From cffc382caf74bfac260e62f036adad93a12ce409 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 21 Feb 2024 08:45:37 +0700 Subject: [PATCH] fix: tools section should be expanded by default (#2110) --- web/containers/Layout/BottomBar/index.tsx | 2 +- web/screens/Chat/Sidebar/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/containers/Layout/BottomBar/index.tsx b/web/containers/Layout/BottomBar/index.tsx index d6a7c05d2..5d6b7e79c 100644 --- a/web/containers/Layout/BottomBar/index.tsx +++ b/web/containers/Layout/BottomBar/index.tsx @@ -152,7 +152,7 @@ const BottomBar = () => { {gpus.length > 0 && ( -
+
{
{activeThread?.assistants[0]?.tools && componentDataAssistantSetting.length > 0 && ( - +