mirror of
https://github.com/docmost/docmost.git
synced 2025-11-20 12:31:08 +10:00
move storage data directory to root
This commit is contained in:
@ -11,7 +11,7 @@ import { notifications } from "@mantine/notifications";
|
||||
import useUserRole from "@/hooks/use-user-role.tsx";
|
||||
|
||||
const formSchema = z.object({
|
||||
name: z.string().nonempty("Workspace name cannot be blank"),
|
||||
name: z.string().min(4).nonempty("Workspace name cannot be blank"),
|
||||
});
|
||||
|
||||
type FormValues = z.infer<typeof formSchema>;
|
||||
|
||||
Reference in New Issue
Block a user