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

This commit is contained in:
Nastya 2024-12-27 10:29:41 +03:00
parent 1378433baf
commit 5b473c9971

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