mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
more cleanup
This commit is contained in:
@@ -278,7 +278,7 @@ export default class NoteAttributesWidget extends TabAwareWidget {
|
||||
const attributes = this.parseAttributes();
|
||||
|
||||
if (attributes) {
|
||||
await server.put(`notes/${this.noteId}/attributes2`, attributes, this.componentId);
|
||||
await server.put(`notes/${this.noteId}/attributes`, attributes, this.componentId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user