название поле вместо слова подсказка в ФК
This commit is contained in:
parent
05851caa9f
commit
6a84f9c7fe
@ -49,7 +49,7 @@ export default function NewFieldParent({
|
|||||||
{!noinputs &&
|
{!noinputs &&
|
||||||
<>
|
<>
|
||||||
<Box sx={{ display: "flex", flexDirection: "column", gap: "15px" }}>
|
<Box sx={{ display: "flex", flexDirection: "column", gap: "15px" }}>
|
||||||
<Typography>Подсказка</Typography>
|
<Typography>Название поля</Typography>
|
||||||
<CustomTextField
|
<CustomTextField
|
||||||
onChange={({ target }) => {
|
onChange={({ target }) => {
|
||||||
updateQuiz(quiz.id, (quiz) => {
|
updateQuiz(quiz.id, (quiz) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user