core: fix note content is not saving

This commit is contained in:
Abdullah Atta
2023-12-26 08:33:00 +05:00
parent cc24df36f2
commit 46bf34fb0b

View File

@@ -118,6 +118,7 @@ export class Notes implements ICollection {
await this.collection.update([id], {
title: item.title,
headline,
contentId,
pinned: item.pinned,
locked: item.locked,