Skip to content

Commit

Permalink
use the utility
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Oct 25, 2021
1 parent d949110 commit bc874f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-app/src/components/Facet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Facet(props: FacetProps): JSX.Element {
});

const facetOptions = searchable
? answersActions.searchThroughFacet(facet, filterValue).options
? answersActions.utilities.searchThroughFacet(facet, filterValue).options
: facet.options;

return (
Expand Down

0 comments on commit bc874f7

Please sign in to comment.