From 4365580f5d7e9dd1a0cdefa2b401996fc2a338ba Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Wed, 28 Feb 2024 18:36:25 +0530 Subject: [PATCH] Refactor SidepanelForm component --- src/components/Sidepanel/Chat/form.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Sidepanel/Chat/form.tsx b/src/components/Sidepanel/Chat/form.tsx index 6e1d820..f8fcd1b 100644 --- a/src/components/Sidepanel/Chat/form.tsx +++ b/src/components/Sidepanel/Chat/form.tsx @@ -216,9 +216,7 @@ export const SidepanelForm = ({ dropedFile }: Props) => {