feat: boards dnd editor for mobile
This commit is contained in:
@ -20,7 +20,7 @@ const EnterNameModal = ({
|
||||
}: ContextModalProps<Props>) => {
|
||||
const form = useForm<FormType>({
|
||||
initialValues: {
|
||||
name: innerProps.defaultValue,
|
||||
name: innerProps.defaultValue ?? "",
|
||||
},
|
||||
validate: {
|
||||
name: name => !name && "Введите название",
|
||||
|
||||
Reference in New Issue
Block a user