Merge branch 'survey-fixes' into dev
This commit is contained in:
commit
cefe381484
@ -123,7 +123,7 @@ export default function QuestionsPageCard({
|
|||||||
>
|
>
|
||||||
<TextField
|
<TextField
|
||||||
placeholder={`Заголовок ${questionIndex + 1} вопроса`}
|
placeholder={`Заголовок ${questionIndex + 1} вопроса`}
|
||||||
value={question.title}
|
defaultValue={question.title}
|
||||||
onChange={({ target }) => setTitle(target.value)}
|
onChange={({ target }) => setTitle(target.value)}
|
||||||
sx={{
|
sx={{
|
||||||
width: "100%",
|
width: "100%",
|
||||||
@ -365,8 +365,6 @@ const IconAndrom = (questionType: QuestionType | null) => {
|
|||||||
<RatingIcon color="#9A9AAF" sx={{ height: "22px", width: "20px" }} />
|
<RatingIcon color="#9A9AAF" sx={{ height: "22px", width: "20px" }} />
|
||||||
);
|
);
|
||||||
default:
|
default:
|
||||||
return (
|
return null;
|
||||||
<AnswerGroup color="#9A9AAF" sx={{ height: "22px", width: "20px" }} />
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user