Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-tide-search): fix issue with search listing dropd…
Browse files Browse the repository at this point in the history
…own reactivity
  • Loading branch information
jeffdowdle committed Oct 24, 2024
1 parent f671dea commit b447a53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ watch(
<TideSearchFilters
:title="title"
:filter-form-values="filterForm"
:filterInputs="userFilters as any"
:filterInputs="uiFilters as any"
@reset="handleFilterReset"
@submit="handleFilterSubmit"
>
Expand Down

0 comments on commit b447a53

Please sign in to comment.