mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
displaying and saving number and boolean promoted attributes
This commit is contained in:
@@ -59,7 +59,6 @@ async function updateNoteAttribute(req) {
|
||||
const body = req.body;
|
||||
|
||||
let attribute;
|
||||
|
||||
if (body.attributeId) {
|
||||
attribute = await repository.getAttribute(body.attributeId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user