add scheduleNotePost queue to dashboard
This commit is contained in:
parent
1a19301c90
commit
42f3976b16
3 changed files with 10 additions and 7 deletions
|
|
@ -203,6 +203,7 @@ const QUEUE_TYPES = [
|
|||
'objectStorage',
|
||||
'userWebhookDeliver',
|
||||
'systemWebhookDeliver',
|
||||
'scheduleNotePost',
|
||||
] as const;
|
||||
|
||||
const tab: Ref<typeof QUEUE_TYPES[number] | '-'> = ref('-');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue