mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 23:15:46 +01:00
✨ Add manage dashboards page
This commit is contained in:
5
src/validations/dashboards.ts
Normal file
5
src/validations/dashboards.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { z } from 'zod';
|
||||
|
||||
export const createDashboardSchemaValidation = z.object({
|
||||
name: z.string().min(2).max(25),
|
||||
});
|
||||
Reference in New Issue
Block a user