mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
delete notes dialog WIP
This commit is contained in:
@@ -256,7 +256,7 @@ function getDeleteNotesPreview(req) {
|
||||
|
||||
let brokenRelations = [];
|
||||
|
||||
if (noteIdsToBeDeleted.length > 0) {
|
||||
if (noteIdsToBeDeleted.size > 0) {
|
||||
sql.fillParamList(noteIdsToBeDeleted);
|
||||
|
||||
brokenRelations = sql.getRows(`
|
||||
|
||||
Reference in New Issue
Block a user