mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 01:11:07 +03:00
refactor: dialog controller (#18235)
This commit is contained in:
@@ -34,7 +34,7 @@ class ModalManager {
|
||||
};
|
||||
}
|
||||
|
||||
openDialog(options: Omit<ComponentProps<typeof ConfirmDialog>, 'onClose'>) {
|
||||
showDialog(options: Omit<ComponentProps<typeof ConfirmDialog>, 'onClose'>) {
|
||||
return this.show(ConfirmDialog, options);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user