mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03:00
Fix trash permanent delete dialog (#7805)
* Fix Outdated Info for Deletion * Undo Flutter Updating Dependencies
This commit is contained in:
@@ -93,6 +93,7 @@ class TrashPage extends HookConsumerWidget {
|
||||
await showDialog(
|
||||
context: context,
|
||||
builder: (context) => DeleteDialog(
|
||||
alert: "delete_dialog_alert_remote",
|
||||
onDelete: () => onPermanentlyDelete(),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user