mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
- upgrade react-resizable-panels to latest version
- update translations - remove cypress - add await to all return blocks
This commit is contained in:
@ -41,7 +41,7 @@ const sectionSchema = z.object({
|
||||
id: z.string(),
|
||||
name: z.string(),
|
||||
type: z.enum(["basic", "custom"]),
|
||||
columns: z.number(),
|
||||
columns: z.number().or(z.null()),
|
||||
visible: z.boolean(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user