cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user