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