From 0fa9200ac83835463267630ab01f79a01a1db5fb Mon Sep 17 00:00:00 2001 From: Gero Posmyk-Leinemann Date: Mon, 14 Feb 2022 13:16:40 +0000 Subject: [PATCH] [dashboard] Ensure we fetch IDEOptions onload + onNewInstance --- .../dashboard/src/start/StartWorkspace.tsx | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) 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