core: fix note content is not saving

This commit is contained in:
Abdullah Atta
2023-12-26 08:33:00 +05:00
committed by Abdullah Atta
parent c759350b4c
commit 676ffd1116

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,