mirror of
https://github.com/docmost/docmost.git
synced 2025-11-20 21:11:09 +10:00
less create workspace form fields in cloud (#1265)
* sync * less signup form fields in cloud * min length
This commit is contained in:
@ -11,7 +11,7 @@ import useUserRole from "@/hooks/use-user-role.tsx";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
const formSchema = z.object({
|
||||
name: z.string().min(4),
|
||||
name: z.string().min(1),
|
||||
});
|
||||
|
||||
type FormValues = z.infer<typeof formSchema>;
|
||||
|
||||
Reference in New Issue
Block a user