From 78c49c00e9ede8fe64478f23f486dbab2bc4e341 Mon Sep 17 00:00:00 2001 From: Sara Vieira Date: Mon, 11 Aug 2025 18:07:13 +0100 Subject: [PATCH] Update web/src/components/MemoEditor/ActionButton/UploadAttachmentButton.tsx Co-authored-by: boojack Signed-off-by: Sara Vieira --- .../MemoEditor/ActionButton/UploadAttachmentButton.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/components/MemoEditor/ActionButton/UploadAttachmentButton.tsx b/web/src/components/MemoEditor/ActionButton/UploadAttachmentButton.tsx index 122ce4c5c..584f315a4 100644 --- a/web/src/components/MemoEditor/ActionButton/UploadAttachmentButton.tsx +++ b/web/src/components/MemoEditor/ActionButton/UploadAttachmentButton.tsx @@ -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; }