We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995cfba commit 7f998e7Copy full SHA for 7f998e7
src/components/dashboard/MainMenu.tsx
@@ -94,6 +94,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
94
label={t('mainmenu.recordings')}
95
icon={<AutoAwesome />}
96
iconPosition="start"
97
+ disableRipple={true}
98
sx={{ justifyContent: 'flex-start', textAlign: 'left', fontSize: 'medium' }}
99
onClick={handleRobotsClick} />
100
<Tab value="runs"
0 commit comments