No longer support actions on timeline view.
This commit is contained in:
@@ -1052,7 +1052,6 @@ const timelineConfigSchema = z
|
||||
})
|
||||
.default(timelineConfigDefault.controls),
|
||||
})
|
||||
.merge(actionsSchema)
|
||||
.default(timelineConfigDefault);
|
||||
export type TimelineConfig = z.infer<typeof timelineConfigSchema>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user