Skip to content

Commit

Permalink
Merge pull request #1183 from dpc-sdp/feature/custom-result-mapping
Browse files Browse the repository at this point in the history
feat(@dpc-sdp/ripple-tide-search): fix issue with search dropdown option reactivity
  • Loading branch information
dylankelly authored May 23, 2024
2 parents 613bb7c + 726494f commit bb26481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ const reverseFields = computed(
<TideSearchFilters
:title="title"
:filter-form-values="filterForm"
:filterInputs="userFilters"
:filterInputs="uiFilters"
:reverseStyling="reverseFields"
:is-busy="searchListingConfig.dynamicAggregations && isBusy"
@reset="handleFilterReset"
Expand Down

0 comments on commit bb26481

Please sign in to comment.