mirror of
https://github.com/usememos/memos.git
synced 2025-12-11 06:36:02 +08:00
chore: fix eslint
This commit is contained in:
parent
f78b277462
commit
c5d2d15278
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue