From c9ed934d0b57ffffc1ccf763fa241dab1b38025a Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 1 Aug 2024 22:09:29 +0200 Subject: [PATCH] refac: file should not have 'uploaded' status --- src/lib/components/chat/MessageInput.svelte | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/lib/components/chat/MessageInput.svelte b/src/lib/components/chat/MessageInput.svelte index e59e917e1..2fa835acd 100644 --- a/src/lib/components/chat/MessageInput.svelte +++ b/src/lib/components/chat/MessageInput.svelte @@ -1,6 +1,5 @@