mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
ezqms-1160: fix slice type (#6280)
This commit is contained in:
@@ -130,8 +130,8 @@ const metadataTableCell = z.object({
|
||||
col: z.number().min(0),
|
||||
slice: z
|
||||
.object({
|
||||
start: z.number().min(0).optional(),
|
||||
end: z.number().min(0).optional()
|
||||
start: z.number().optional(),
|
||||
end: z.number().optional()
|
||||
})
|
||||
.optional()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user