Merge remote-tracking branch 'origin/main' into 18207-Workbench2-is-not-clearing...
[arvados-workbench2.git] / src / views / project-panel / project-panel.tsx
index ab11593dd1a1f0d7da9447d49b0067c156ed5266..892d2819a2f71c355f51aa424359dfd2bd7bb6aa 100644 (file)
@@ -200,6 +200,7 @@ export const ProjectPanel = withStyles(styles)(
                         menuKind,
                         description: resource.description,
                         storageClassesDesired: (resource as CollectionResource).storageClassesDesired,
                         menuKind,
                         description: resource.description,
                         storageClassesDesired: (resource as CollectionResource).storageClassesDesired,
+                        properties: ('properties' in resource) ? resource.properties : {},
                     }));
                 }
                 this.props.dispatch<any>(loadDetailsPanel(resourceUuid));
                     }));
                 }
                 this.props.dispatch<any>(loadDetailsPanel(resourceUuid));