This commit is contained in:
2025-10-30 14:41:15 +01:00
parent 86be6256a4
commit 67fd787a14
9 changed files with 23 additions and 60 deletions
+1 -1
View File
@@ -4498,7 +4498,7 @@ const AppLayout = () => {
}
const doc = documentLookup.get(documentId) || null;
const label = doc?.title || doc?.original_name || 'this document';
const label = doc?.title;
const confirmed = window.confirm(`Move "${label}" to trash? You can restore it from trash later.`);
if (!confirmed) {