18128: Make the properties panel of hidden by default.
[arvados-workbench2.git] / src / views / collection-panel / collection-panel.tsx
index 17fe099229c15dc1e3030e054714c22fd35e677c..794e093f3d8d2129c5be959f97a4c6239b7b701a 100644 (file)
@@ -148,7 +148,7 @@ export const CollectionPanel = withStyles(styles)(
                 const { classes, item, dispatch, isWritable, isOldVersion, isLoadingFiles, tooManyFiles } = this.props;
                 const panelsData: MPVPanelState[] = [
                     {name: "Details"},
-                    {name: "Properties", visible: false},
+                    {name: "Properties"},
                     {name: "Files"},
                 ];
                 return item