fix: tabs
This commit is contained in:
@@ -82,13 +82,13 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
|
|||||||
>
|
>
|
||||||
<Box sx={{ width: '100%', paddingBottom: '1rem' }}>
|
<Box sx={{ width: '100%', paddingBottom: '1rem' }}>
|
||||||
<Tabs
|
<Tabs
|
||||||
value={value}
|
value={value}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
textColor="primary"
|
textColor="primary"
|
||||||
indicatorColor="primary"
|
indicatorColor="primary"
|
||||||
orientation="vertical"
|
orientation="vertical"
|
||||||
sx={{ alignItems: 'flex-start', '& .MuiTabs-indicator': { display: 'none' }}
|
sx={{ alignItems: 'flex-start', '& .MuiTabs-indicator': { display: 'none' }}}
|
||||||
>
|
>
|
||||||
<Tab
|
<Tab
|
||||||
value="robots"
|
value="robots"
|
||||||
label={t('mainmenu.recordings')}
|
label={t('mainmenu.recordings')}
|
||||||
|
|||||||
Reference in New Issue
Block a user