Skip to content

Commit

Permalink
actually fix the import this time
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Jan 15, 2025
1 parent 2b3d303 commit 7b5107b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/SearchAndSort/advancedSearchQueryToRows.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
ADVANCED_SEARCH_BOOLEAN_OPERATORS,
ADVANCED_SEARCH_DEFAULT_SEARCH_OPTION,
ADVANCED_SEARCH_MATCH_OPTIONS,
ADVANCED_SEARCH_BOOLEAN_OPERATORS as BOOLEAN_OPERATORS,
ADVANCED_SEARCH_DEFAULT_SEARCH_OPTION as DEFAULT_SEARCH_OPTION,
ADVANCED_SEARCH_MATCH_OPTIONS as MATCH_OPTIONS,
} from '@folio/stripes-components';

const advancedSearchQueryToRows = (queryValue) => {
Expand Down

0 comments on commit 7b5107b

Please sign in to comment.