Skip to content
Snippets Groups Projects
Commit 7fb486af authored by esikkala's avatar esikkala
Browse files

Merge branch 'test' of github.com:SemanticComputing/mmm-web-app into test

parents 63d5340c 467c1d7b
No related branches found
No related tags found
No related merge requests found
...@@ -26,11 +26,19 @@ class FacetDialog extends React.Component { ...@@ -26,11 +26,19 @@ class FacetDialog extends React.Component {
this.props.fetchFacet(); this.props.fetchFacet();
} }
<<<<<<< HEAD
// componentDidUpdate = prevProps => { // componentDidUpdate = prevProps => {
// if (prevProps.facet.facetFilters != this.props.facet.facetFilters) { // if (prevProps.facet.facetFilters != this.props.facet.facetFilters) {
// this.props.fetchFacet(); // this.props.fetchFacet();
// } // }
// } // }
=======
componentDidUpdate = prevProps => {
if (prevProps.facet.facetFilters != this.props.facet.facetFilters) {
this.props.fetchFacet();
}
}
>>>>>>> 467c1d7b0260ffc7ff809f4a630fa873a05f66dc
handleClose = () => this.props.closeFacetDialog(); handleClose = () => this.props.closeFacetDialog();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment