Skip to content

Commit 555c5de

Browse files
louis-janhiento09
authored andcommitted
chore: enable back bot function for edge-release
1 parent 8dec75f commit 555c5de

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

web/app/_components/LeftHeaderAction/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ const LeftHeaderAction: React.FC = () => {
3434
className="flex-1"
3535
icon={<MagnifyingGlassIcon width={16} height={16} />}
3636
/>
37-
{/* <SecondaryButton
37+
<SecondaryButton
3838
title={'Create bot'}
3939
onClick={onCreateBotClicked}
4040
className="flex-1"
4141
icon={<PlusIcon width={16} height={16} />}
42-
/> */}
42+
/>
4343
</div>
4444
)
4545
}

web/containers/Sidebar/Left.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ export const SidebarLeft = () => {
8888
icon: <LayoutGrid size={20} className="flex-shrink-0" />,
8989
state: MainViewState.MyModel,
9090
},
91-
// {
92-
// name: 'Bot',
93-
// icon: <Bot size={20} className="flex-shrink-0" />,
94-
// state: MainViewState.CreateBot,
95-
// },
91+
{
92+
name: 'Bot',
93+
icon: <Bot size={20} className="flex-shrink-0" />,
94+
state: MainViewState.CreateBot,
95+
},
9696
{
9797
name: 'Settings',
9898
icon: <Settings size={20} className="flex-shrink-0" />,

0 commit comments

Comments
 (0)