нет мусорки для настройки ветвления у предка файл
This commit is contained in:
parent
61a9d8e913
commit
6bb0e59979
@ -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 (
|
||||
<Box
|
||||
sx={{
|
||||
@ -614,7 +614,7 @@ const FileInputsType = ({ parentQuestion, targetQuestion, ruleIndex, setParentQu
|
||||
setParentQuestion(newParentQuestion);
|
||||
}}
|
||||
>
|
||||
<DeleteIcon color={"#4D4D4D"} />
|
||||
{!(parentQuestion.type === "file") && <DeleteIcon color={"#4D4D4D"} />}
|
||||
</IconButton>
|
||||
</Box>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user