18128: Make the properties panel of hidden by default.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Wed, 20 Oct 2021 20:12:38 +0000 (17:12 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Thu, 2 Dec 2021 23:01:57 +0000 (20:01 -0300)
This is to make cypress tests pass, while maintaining previous behavior.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

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