aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionPileView.tsx
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-09-02 20:48:17 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-09-02 20:48:17 -0700
commit0cbf69270e2aa999b81c90f27429756d9fbd5ca2 (patch)
tree06fb7a175aa1d9e73271c717639e08cc561d6b08 /src/client/views/collections/CollectionPileView.tsx
parent2b3e0ca4f889054020fd9b3c4a1e2db8d57581c1 (diff)
parentaa74a1e78dbd874942def0b763917198df51e01b (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into bug_fixes
Diffstat (limited to 'src/client/views/collections/CollectionPileView.tsx')
-rw-r--r--src/client/views/collections/CollectionPileView.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionPileView.tsx b/src/client/views/collections/CollectionPileView.tsx
index 1df30c84e..499f68bd2 100644
--- a/src/client/views/collections/CollectionPileView.tsx
+++ b/src/client/views/collections/CollectionPileView.tsx
@@ -28,10 +28,8 @@ export class CollectionPileView extends CollectionSubView(doc => doc) {
}
this._originalChrome = StrCast(this.layoutDoc._chromeStatus);
this.layoutDoc._chromeStatus = "disabled";
- this.layoutDoc.hideFilterView = true;
}
componentWillUnmount() {
- this.layoutDoc.hideFilterView = false;
this.layoutDoc._chromeStatus = this._originalChrome;
}