mirror of https://github.com/usememos/memos.git
Update web/src/components/MemoEditor/ActionButton/UploadAttachmentButton.tsx
Co-authored-by: boojack <stevenlgtm@gmail.com> Signed-off-by: Sara Vieira <hey@iamsaravieira.com>
This commit is contained in:
parent
062ebf207c
commit
78c49c00e9
|
|
@ -10,7 +10,6 @@ import { attachmentStore } from "@/store";
|
|||
import { Attachment } from "@/types/proto/api/v1/attachment_service";
|
||||
import { MemoEditorContext } from "../types";
|
||||
|
||||
|
||||
interface Props {
|
||||
isUploading?: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue