Skip to content

Commit

Permalink
Update AllFacets.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HaneenT authored Nov 4, 2024
1 parent 1349577 commit fd78f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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="enrollmentCategory" label="" filterType="any" show="10" view={MultiCheckboxFacet}/>
<Facet field="enrollmentcategory" label="" filterType="any" show="10" view={MultiCheckboxFacet}/>
</Col>
</Row>
</AccordionBody>
Expand Down

0 comments on commit fd78f83

Please sign in to comment.