add scheduleNotePost queue to dashboard
This commit is contained in:
@@ -203,6 +203,7 @@ const QUEUE_TYPES = [
|
||||
'objectStorage',
|
||||
'userWebhookDeliver',
|
||||
'systemWebhookDeliver',
|
||||
'scheduleNotePost',
|
||||
] as const;
|
||||
|
||||
const tab: Ref<typeof QUEUE_TYPES[number] | '-'> = ref('-');
|
||||
|
||||
Reference in New Issue
Block a user