File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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" /> ,
You can’t perform that action at this time.
0 commit comments