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 864cf7a commit b9ebfe0Copy full SHA for b9ebfe0
portal-ui/src/screens/Console/HelpMenu.tsx
@@ -269,7 +269,6 @@ const HelpMenu = () => {
269
<Tabs
270
value={helpTabName}
271
onChange={(e: React.ChangeEvent<{}>, newValue: string) => {
272
- console.log(`dispatch ${newValue}`);
273
dispatch(setHelpTabName(newValue));
274
}}
275
indicatorColor="primary"
0 commit comments