diff --git a/apps/web/modules/survey/editor/components/multiple-choice-element-form.tsx b/apps/web/modules/survey/editor/components/multiple-choice-element-form.tsx index 22745b47fd..ca5ab946bc 100644 --- a/apps/web/modules/survey/editor/components/multiple-choice-element-form.tsx +++ b/apps/web/modules/survey/editor/components/multiple-choice-element-form.tsx @@ -346,8 +346,8 @@ export const MultipleChoiceElementForm = ({
-
-
+
+
{specialChoices.map((specialChoice) => { if (element.choices.some((c) => c.id === specialChoice.id)) return null; return (