set search note title correctly during creation

This commit is contained in:
zadam
2021-02-25 20:02:49 +01:00
parent d0eaf623a8
commit 7572ee284b
5 changed files with 34 additions and 34 deletions

View File

@@ -681,7 +681,7 @@ class Note extends Entity {
* Update's given relation's value or creates it if it doesn't exist
*
* @param {string} name - relation name
* @param {string} [value] - relation value (noteId)
* @param {string} value - relation value (noteId)
*/
setRelation(name, value) { return this.setAttribute(RELATION, name, value); }