more cleanup

This commit is contained in:
zadam
2020-07-04 10:29:17 +02:00
parent a0b3bc858d
commit 51dae378a3
3 changed files with 2 additions and 67 deletions

View File

@@ -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);
}
}