From 80c4f53927438028d09bb8fb9bbd8fc0ddc961ef Mon Sep 17 00:00:00 2001 From: Louis <133622055+louis-jan@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:11:20 +0700 Subject: [PATCH] chore: enable back bot function for edge-release (#474) --- web/app/_components/LeftHeaderAction/index.tsx | 4 ++-- web/containers/Sidebar/Left.tsx | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/app/_components/LeftHeaderAction/index.tsx b/web/app/_components/LeftHeaderAction/index.tsx index 9c99e3260..c506cb139 100644 --- a/web/app/_components/LeftHeaderAction/index.tsx +++ b/web/app/_components/LeftHeaderAction/index.tsx @@ -34,12 +34,12 @@ const LeftHeaderAction: React.FC = () => { className="flex-1" icon={} /> - {/* } - /> */} + /> ) } diff --git a/web/containers/Sidebar/Left.tsx b/web/containers/Sidebar/Left.tsx index 5510538db..e837058f3 100644 --- a/web/containers/Sidebar/Left.tsx +++ b/web/containers/Sidebar/Left.tsx @@ -88,11 +88,11 @@ export const SidebarLeft = () => { icon: , state: MainViewState.MyModel, }, - // { - // name: 'Bot', - // icon: , - // state: MainViewState.CreateBot, - // }, + { + name: 'Bot', + icon: , + state: MainViewState.CreateBot, + }, { name: 'Settings', icon: ,