diff --git a/components/dashboard/src/start/StartWorkspace.tsx b/components/dashboard/src/start/StartWorkspace.tsx index 79f1892bc1311c..fe2f866b453632 100644 --- a/components/dashboard/src/start/StartWorkspace.tsx +++ b/components/dashboard/src/start/StartWorkspace.tsx @@ -121,14 +121,15 @@ export default class StartWorkspace extends React.Component this.setState({ ideOptions })); + this.fetchIDEOptions(); } componentWillUnmount() { @@ -260,6 +261,17 @@ export default class StartWorkspace extends React.Component