mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Fix trash permanent delete dialog (#7805)
* Fix Outdated Info for Deletion * Undo Flutter Updating Dependencies
This commit is contained in:
parent
4b6206b32d
commit
7b5ff397b3
3 changed files with 10 additions and 9 deletions
|
|
@ -93,6 +93,7 @@ class TrashPage extends HookConsumerWidget {
|
|||
await showDialog(
|
||||
context: context,
|
||||
builder: (context) => DeleteDialog(
|
||||
alert: "delete_dialog_alert_remote",
|
||||
onDelete: () => onPermanentlyDelete(),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue