19675: Move instance types panel to left panel
[arvados.git] / services / workbench2 / src / store / workbench / workbench-actions.ts
index b12f52b58f2c643325356a5880e67651fb36a6de..c6e7ff66d37e9836c4b89c7feae2fe14deafca9e 100644 (file)
@@ -762,6 +762,7 @@ export const loadSshKeys = handleFirstTimeLoad(async (dispatch: Dispatch<any>) =
 });
 
 export const loadInstanceTypes = handleFirstTimeLoad(async (dispatch: Dispatch<any>) => {
+    dispatch<any>(activateSidePanelTreeItem(SidePanelTreeCategory.INSTANCE_TYPES));
     dispatch(setInstanceTypesBreadcrumbs());
 });