From 46bf34fb0bbf04feed4edb70ee1a91eedbf8f1ca Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 26 Dec 2023 08:33:00 +0500 Subject: [PATCH] core: fix note content is not saving --- packages/core/src/collections/notes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/collections/notes.ts b/packages/core/src/collections/notes.ts index 2c36aa9ad..fbc4c75eb 100644 --- a/packages/core/src/collections/notes.ts +++ b/packages/core/src/collections/notes.ts @@ -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,