From 8fd4d354173e04741d90ece9e1db86fc117bf2a9 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 6 Jun 2024 16:10:34 -0300 Subject: [PATCH] Fixed eraser color --- .../src/modals/IOModal/components/chatView/index.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/frontend/src/modals/IOModal/components/chatView/index.tsx b/src/frontend/src/modals/IOModal/components/chatView/index.tsx index 8604a11dc..4d2e79bd3 100644 --- a/src/frontend/src/modals/IOModal/components/chatView/index.tsx +++ b/src/frontend/src/modals/IOModal/components/chatView/index.tsx @@ -133,7 +133,7 @@ export default function ChatView({ function updateChat( chat: ChatMessageType, message: string, - stream_url?: string + stream_url?: string, ) { // if (message === "") return; chat.message = message; @@ -165,14 +165,12 @@ export default function ChatView({ className="flex gap-1" size="none" variant="none" + disabled={lockChat} onClick={() => handleSelectChange("builds")} >