Skip to content

Commit ae1a7ef

Browse files
committed
fix prod build, missing field
1 parent d82f7ba commit ae1a7ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/components/Bookmark/NewBookmarkCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export default function NewBookmarkCard() {
115115
screenshotUrl: "",
116116
tags: tags,
117117
scrapable: isScrapable,
118+
textHighlight: null,
118119
};
119120

120121
actions.resetForm({ newcard });

0 commit comments

Comments
 (0)