chore: fix eslint

pull/4914/head
Steven 3 months ago
parent f78b277462
commit c5d2d15278

@ -505,7 +505,7 @@ const MemoEditor = observer((props: Props) => {
<TagSelector editorRef={editorRef} />
<MarkdownMenu editorRef={editorRef} />
<UploadAttachmentButton isUploading={state.isUploadingAttachment} />
<AddMemoRelationPopover editorRef={editorRef} />
<AddMemoRelationPopover />
<LocationSelector
location={state.location}
onChange={(location) =>

Loading…
Cancel
Save