add scheduleNotePost queue to dashboard

This commit is contained in:
dakkar 2025-05-08 16:43:52 +01:00
parent 1a19301c90
commit 42f3976b16
3 changed files with 10 additions and 7 deletions

View file

@ -203,6 +203,7 @@ const QUEUE_TYPES = [
'objectStorage',
'userWebhookDeliver',
'systemWebhookDeliver',
'scheduleNotePost',
] as const;
const tab: Ref<typeof QUEUE_TYPES[number] | '-'> = ref('-');