mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 09:15:05 +03:00
refactor: job create modal (#18106)
* refactor: job create modal * chore: better modal manager types (#18107)
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
};
|
||||
|
||||
const handleCreate = async () => {
|
||||
await modalManager.open(UserCreateModal, {});
|
||||
await modalManager.open(UserCreateModal);
|
||||
await refresh();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user