setEditMode(true)} className="show-edit">
{t("dateFormats.dateTime.short", { dateTime: new Date(text) }) || ""}
diff --git a/src/components/shared/wizard/RenderMultiField.tsx b/src/components/shared/wizard/RenderMultiField.tsx
index b7cf2ae617..be0d4955b9 100644
--- a/src/components/shared/wizard/RenderMultiField.tsx
+++ b/src/components/shared/wizard/RenderMultiField.tsx
@@ -91,7 +91,6 @@ const RenderMultiField = ({
collection={fieldInfo.collection}
field={field}
fieldValue={fieldValue}
- setEditMode={setEditMode}
inputValue={inputValue}
removeItem={removeItem}
handleChange={handleChange}
@@ -125,8 +124,6 @@ const RenderMultiField = ({
// Renders multi select
const EditMultiSelect = ({
-// @ts-expect-error TS(7031): Binding element 'setEditMode' implicitly has an 'a... Remove this comment to see the full error message
- setEditMode,
// @ts-expect-error TS(7031): Binding element 'collection' implicitly has an 'an... Remove this comment to see the full error message
collection,
// @ts-expect-error TS(7031): Binding element 'handleKeyDown' implicitly has an ... Remove this comment to see the full error message
@@ -159,7 +156,7 @@ const EditMultiSelect = ({
return (
<>
-