feat: set tab value to robots
This commit is contained in:
@@ -14,7 +14,7 @@ interface MainMenuProps {
|
|||||||
handleChangeContent: (newValue: string) => void;
|
handleChangeContent: (newValue: string) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenuProps) => {
|
export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProps) => {
|
||||||
const theme = useTheme();
|
const theme = useTheme();
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
@@ -68,7 +68,7 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu
|
|||||||
textAlign: 'left',
|
textAlign: 'left',
|
||||||
fontSize: 'medium',
|
fontSize: 'medium',
|
||||||
}}
|
}}
|
||||||
value="recordings"
|
value="robots"
|
||||||
label={t('mainmenu.recordings')}
|
label={t('mainmenu.recordings')}
|
||||||
icon={<AutoAwesome />}
|
icon={<AutoAwesome />}
|
||||||
iconPosition="start"
|
iconPosition="start"
|
||||||
|
|||||||
Reference in New Issue
Block a user