Skip to content

Commit

Permalink
fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
flacoman91 committed Jan 6, 2025
1 parent 1b8f788 commit 110c53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Filters/FilterSearch/FilterSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useGetAggregations } from '../../../api/hooks/useGetAggregations';
import { SLUG_SEPARATOR } from '../../../constants';
import { normalize } from '../../../utils';
import { ClearButton } from '../../Typeahead/ClearButton/ClearButton';
import HighlightingOption from 'components/Typeahead/HighlightingOption/HighlightingOption';
import HighlightingOption from '../../Typeahead/HighlightingOption/HighlightingOption';
import getIcon from '../../Common/Icon/iconMap';

export const FilterSearch = ({ fieldName }) => {
Expand Down

0 comments on commit 110c53a

Please sign in to comment.