название поле вместо слова подсказка в ФК

This commit is contained in:
Nastya 2024-01-27 00:11:50 +03:00
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) => {