handle drag n drop
This commit is contained in:
@@ -13,7 +13,7 @@ export const updateTimelineItem = createServerFn({ method: "POST" })
|
||||
start: z.string().transform((s) => new Date(s)),
|
||||
end: z
|
||||
.string()
|
||||
.nullable()
|
||||
.nullish()
|
||||
.transform((s) => (s ? new Date(s) : null)),
|
||||
timelineGroupId: z.string().uuid(),
|
||||
lane: z.number().int().min(1),
|
||||
|
||||
Reference in New Issue
Block a user