diff --git a/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/EditorCardMenu.tsx b/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/EditorCardMenu.tsx index bede5a1cf1..9b1efaff87 100644 --- a/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/EditorCardMenu.tsx +++ b/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/EditorCardMenu.tsx @@ -166,7 +166,9 @@ export const EditorCardMenu = ({
{cardType === "question" && ( - + e.preventDefault()}> Change question type @@ -207,7 +209,9 @@ export const EditorCardMenu = ({ {cardType === "question" && ( - + e.preventDefault()}> Add question below