Skip to content

Commit

Permalink
Price react to the new query filter
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin committed Jan 7, 2022
1 parent 6382c7e commit ac6b74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/listing/partials/filter/price.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:component-id="filter.code"
:data-field="filter.code"
:title="filter.name.replace('_', ' ')"
:react="{and: ['category']}"
:react="{and: ['query-filter']}"
:show-filter="false"
:inner-class="{
title: 'capitalize font-semibold',
Expand Down

0 comments on commit ac6b74e

Please sign in to comment.