support for cssClass label on note

This commit is contained in:
azivner
2018-08-13 10:59:31 +02:00
parent 12d82e3b33
commit cd9eef32b0
6 changed files with 73 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ class NoteShort {
this.type = row.type;
this.mime = row.mime;
this.archived = row.archived;
this.cssClass = row.cssClass;
}
isJson() {