chore: enable back bot function for edge-release (#474)
This commit is contained in:
parent
b19bda65e3
commit
80c4f53927
@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
@ -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" />,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user