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") && }