From 32aaf46ee4d8a5cba7318c6e773a21bc4e3918ac Mon Sep 17 00:00:00 2001 From: ItzCrazyKns Date: Wed, 10 Apr 2024 20:14:21 +0530 Subject: [PATCH] feat(input-action-buttons): prevent form submit --- ui/components/MessageInputActions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/MessageInputActions.tsx b/ui/components/MessageInputActions.tsx index 118f630..38c982c 100644 --- a/ui/components/MessageInputActions.tsx +++ b/ui/components/MessageInputActions.tsx @@ -4,7 +4,7 @@ import { Switch } from '@headlessui/react'; export const Attach = () => { return ( - ); @@ -12,7 +12,7 @@ export const Attach = () => { export const Focus = () => { return ( - );