diff --git a/src/components/schedulers/CreateTaskDialog.tsx b/src/components/schedulers/CreateTaskDialog.tsx index f7aca27..58b472c 100644 --- a/src/components/schedulers/CreateTaskDialog.tsx +++ b/src/components/schedulers/CreateTaskDialog.tsx @@ -38,7 +38,7 @@ interface CreateTaskDialogProps { onCancel: () => void } -const TASK_TYPES: TaskType[] = ['credit_recharge', 'play_sound', 'play_playlist'] +const TASK_TYPES: TaskType[] = ['play_sound', 'play_playlist'] const RECURRENCE_TYPES: RecurrenceType[] = ['none', 'minutely', 'hourly', 'daily', 'weekly', 'monthly', 'yearly', 'cron'] export function CreateTaskDialog({