Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-tide-search): add correct name for filter inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdowdle committed Jul 6, 2023
1 parent 4014982 commit 43a5631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<component
:is="filter.component"
:id="filter.id"
:name="filter.field"
:name="filter.id"
v-bind="filter.props"
></component>
</div>
Expand Down

0 comments on commit 43a5631

Please sign in to comment.