feat(channel): add auto-schedule feature to channels with background scheduler
This commit is contained in:
@@ -122,6 +122,7 @@ export default function DashboardPage() {
|
||||
timezone: string;
|
||||
schedule_config: { blocks: ProgrammingBlock[] };
|
||||
recycle_policy: RecyclePolicy;
|
||||
auto_schedule: boolean;
|
||||
},
|
||||
) => {
|
||||
updateChannel.mutate(
|
||||
|
||||
Reference in New Issue
Block a user