Skip to content

Commit

Permalink
Update AllFacets.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy authored Nov 4, 2024
1 parent 2e7618c commit 1349577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SpatialViewer/Facets/AllFacets.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AllFacets extends Component {
<AccordionBody accordionId="3">
<Row className="mb-2">
<Col>
<Facet field="tissuetype" label="" filterType="any" show="10" view={MultiCheckboxFacet}/>
<Facet field="enrollmentCategory" label="" filterType="any" show="10" view={MultiCheckboxFacet}/>
</Col>
</Row>
</AccordionBody>
Expand Down Expand Up @@ -101,4 +101,4 @@ class AllFacets extends Component {
}


export default AllFacets;
export default AllFacets;

0 comments on commit 1349577

Please sign in to comment.