From 6bb0e599790897312ad0d8293a0db9e746265d5f Mon Sep 17 00:00:00 2001 From: Nastya Date: Thu, 12 Dec 2024 17:12:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D1=82=20=D0=BC=D1=83=D1=81=D0=BE?= =?UTF-8?q?=D1=80=D0=BA=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BD=D0=B0=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=B2=D0=B5=D1=82=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=83=20=D0=BF=D1=80=D0=B5?= =?UTF-8?q?=D0=B4=D0=BA=D0=B0=20=D1=84=D0=B0=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Questions/Branching/BranchingModal/Settings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Questions/Branching/BranchingModal/Settings.tsx b/src/pages/Questions/Branching/BranchingModal/Settings.tsx index 817f75ba..b2ae53cc 100644 --- a/src/pages/Questions/Branching/BranchingModal/Settings.tsx +++ b/src/pages/Questions/Branching/BranchingModal/Settings.tsx @@ -585,7 +585,7 @@ const TextInputsType = ({ parentQuestion, targetQuestion, ruleIndex, setParentQu const FileInputsType = ({ parentQuestion, targetQuestion, ruleIndex, setParentQuestion }: Props) => { const theme = useTheme(); const quizId = Number(useParams().quizId); - +console.log(parentQuestion.type) return ( - + {!(parentQuestion.type === "file") && }