diff --git a/packages/ui/src/fields/Relationship/select-components/MultiValueLabel/index.tsx b/packages/ui/src/fields/Relationship/select-components/MultiValueLabel/index.tsx index fc1013db22..04448b414b 100644 --- a/packages/ui/src/fields/Relationship/select-components/MultiValueLabel/index.tsx +++ b/packages/ui/src/fields/Relationship/select-components/MultiValueLabel/index.tsx @@ -24,8 +24,9 @@ export const MultiValueLabel: React.FC> = (props) => { // @ts-expect-error-next-line// TODO Fix this - moduleResolution 16 breaks our declare module draggableProps, // @ts-expect-error-next-line // TODO Fix this - moduleResolution 16 breaks our declare module + onSave, + // @ts-expect-error-next-line // TODO Fix this - moduleResolution 16 breaks our declare module setDrawerIsOpen, - // onSave, } = {}, } = {}, } = props @@ -77,7 +78,7 @@ export const MultiValueLabel: React.FC> = (props) => { - + )}