From ab9f108a57415e8d2a66e979a3af71cd66259b6a Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Wed, 19 Apr 2023 14:37:18 -0600 Subject: [PATCH] fix prompt selection --- components/Chat/ChatInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Chat/ChatInput.tsx b/components/Chat/ChatInput.tsx index 729702b..64f8df6 100644 --- a/components/Chat/ChatInput.tsx +++ b/components/Chat/ChatInput.tsx @@ -43,7 +43,7 @@ export const ChatInput = ({ onScrollDownClick, stopConversationRef, textareaRef, - showScrollDownButton + showScrollDownButton, }: Props) => { const { t } = useTranslation('chat'); @@ -371,7 +371,7 @@ export const ChatInput = ({ {isModalVisible && ( setIsModalVisible(false)}