Skip to content

Commit

Permalink
chore: enable back bot function for edge-release (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Oct 30, 2023
1 parent b19bda6 commit 80c4f53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions web/app/_components/LeftHeaderAction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ const LeftHeaderAction: React.FC = () => {
className="flex-1"
icon={<MagnifyingGlassIcon width={16} height={16} />}
/>
{/* <SecondaryButton
<SecondaryButton
title={'Create bot'}
onClick={onCreateBotClicked}
className="flex-1"
icon={<PlusIcon width={16} height={16} />}
/> */}
/>
</div>
)
}
Expand Down
10 changes: 5 additions & 5 deletions web/containers/Sidebar/Left.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ export const SidebarLeft = () => {
icon: <LayoutGrid size={20} className="flex-shrink-0" />,
state: MainViewState.MyModel,
},
// {
// name: 'Bot',
// icon: <Bot size={20} className="flex-shrink-0" />,
// state: MainViewState.CreateBot,
// },
{
name: 'Bot',
icon: <Bot size={20} className="flex-shrink-0" />,
state: MainViewState.CreateBot,
},
{
name: 'Settings',
icon: <Settings size={20} className="flex-shrink-0" />,
Expand Down

0 comments on commit 80c4f53

Please sign in to comment.