chore: type issues

This commit is contained in:
izzy
2025-12-17 15:53:24 +00:00
parent f1c7f13d20
commit b2053503bb
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -163,6 +163,7 @@ export const getQueueName = derived(t, ($t) => {
[QueueName.BackupDatabase]: $t('admin.backup_database'),
[QueueName.Ocr]: $t('admin.machine_learning_ocr'),
[QueueName.Workflow]: $t('workflow'),
[QueueName.IntegrityCheck]: 'TODO',
};
return names[name];