From 588768c84970fd0de09559f4c8a3e1f7809d4839 Mon Sep 17 00:00:00 2001 From: DivyanshuLohani <59534359+DivyanshuLohani@users.noreply.github.com> Date: Thu, 24 Oct 2024 04:49:17 +0530 Subject: [PATCH] fix: resposiveness issue in the survey's hidden fields (#3952) Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> --- .../surveys/[surveyId]/edit/components/HiddenFieldsCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/HiddenFieldsCard.tsx b/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/HiddenFieldsCard.tsx index d3f743a108..a9e13e138b 100644 --- a/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/HiddenFieldsCard.tsx +++ b/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/HiddenFieldsCard.tsx @@ -125,7 +125,7 @@ export const HiddenFieldsCard = ({ -
+
{localSurvey.hiddenFields?.fieldIds && localSurvey.hiddenFields?.fieldIds?.length > 0 ? ( localSurvey.hiddenFields?.fieldIds?.map((fieldId) => { return (