mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor: modals (#25162)
This commit is contained in:
@@ -64,9 +64,7 @@ export const getQueuesActions = ($t: MessageFormatter, queues: QueueResponseDto[
|
||||
title: $t('admin.create_job'),
|
||||
type: $t('command'),
|
||||
shortcuts: { shift: true, key: 'n' },
|
||||
onAction: async () => {
|
||||
await modalManager.show(JobCreateModal, {});
|
||||
},
|
||||
onAction: () => modalManager.show(JobCreateModal, {}),
|
||||
};
|
||||
|
||||
const ManageConcurrency: ActionItem = {
|
||||
|
||||
Reference in New Issue
Block a user