18219: Adds property edition capabilities to create & update dialogs.
[arvados-workbench2.git] / src / views / project-panel / project-panel.tsx
index 4a3f60a619badef42c72e3b5ed5a56ba97868f3a..e08aea32217016ae6448f8cb55e87640e8d12860 100644 (file)
@@ -185,6 +185,7 @@ export const ProjectPanel = withStyles(styles)(
                         menuKind,
                         description: resource.description,
                         storageClassesDesired: (resource as CollectionResource).storageClassesDesired,
+                        properties: ('properties' in resource) ? resource.properties : {},
                     }));
                 }
                 this.props.dispatch<any>(loadDetailsPanel(resourceUuid));