Merge branch 'dev' into 'staging'

длина заголовка вопроса 500

See merge request frontend/squiz!388
This commit is contained in:
Nastya 2024-12-27 07:30:27 +00:00
commit 1914c20e67

@ -46,7 +46,7 @@ import { enqueueSnackbar } from "notistack";
const TextField = MuiTextField as unknown as FC<TextFieldProps>;
const maxLengthTextField = 225;
const maxLengthTextField = 500;
interface Props {
draggableProps: DraggableProvidedDragHandleProps | null | undefined;