fix: branchingQuestions title text
This commit is contained in:
parent
add32f0b3f
commit
b7baa00a20
@ -41,7 +41,7 @@ const CONDITIONS = [
|
|||||||
export default function BranchingQuestions({
|
export default function BranchingQuestions({
|
||||||
totalIndex,
|
totalIndex,
|
||||||
}: BranchingQuestionsProps) {
|
}: BranchingQuestionsProps) {
|
||||||
const [title, setTitle] = useState<string>("Заголовок работа");
|
const [title, setTitle] = useState<string>("Заголовок вопроса");
|
||||||
const [titleInputWidth, setTitleInputWidth] = useState<number>(0);
|
const [titleInputWidth, setTitleInputWidth] = useState<number>(0);
|
||||||
const quizId = Number(useParams().quizId);
|
const quizId = Number(useParams().quizId);
|
||||||
const { openedModalSettings, listQuestions } = questionStore();
|
const { openedModalSettings, listQuestions } = questionStore();
|
||||||
@ -112,7 +112,7 @@ export default function BranchingQuestions({
|
|||||||
background: "transparent",
|
background: "transparent",
|
||||||
border: "none",
|
border: "none",
|
||||||
fontSize: "18px",
|
fontSize: "18px",
|
||||||
minWidth: "150px",
|
minWidth: "160px",
|
||||||
maxWidth: "500px",
|
maxWidth: "500px",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user