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:
Sara Vieira 2025-08-11 18:07:13 +01:00 committed by GitHub
parent 062ebf207c
commit 78c49c00e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}