Change code after CR
[arvados-workbench2.git] / src / store / advanced-tab / advanced-tab.ts
index da3f5c9173f5ac1fb7a7a11af0436207f2b76587..0cb1c74038503c5c1f80fc58c36cb07d9f0803e5 100644 (file)
@@ -252,7 +252,7 @@ export const openAdvancedTabDialog = (uuid: string) =>
                     resourceKind: ComputeNodeData.COMPUTE_NODE,
                     resourcePrefix: ResourcePrefix.COMPUTE_NODES,
                     resourceKindProperty: ComputeNodeData.PROPERTIES,
-                    property: dataComputeNode!.properties
+                    property: dataComputeNode ? dataComputeNode.properties : {}
                 });
                 dispatch<any>(initAdvancedTabDialog(advanceDataComputeNode));
                 break;