mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
fixed render notes
This commit is contained in:
@@ -8,6 +8,7 @@ async function runNotesWithAttribute(runAttrValue) {
|
||||
SELECT notes.*
|
||||
FROM notes
|
||||
JOIN attributes ON attributes.noteId = notes.noteId
|
||||
AND attributes.isDeleted = 0
|
||||
AND attributes.name = 'run'
|
||||
AND attributes.value = ?
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user