Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(theme): Fix checkboxes in sidebar filtering (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
krskibin authored and patzick committed Jan 22, 2020
1 parent 223b68b commit 20391d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
:count="option.count"
:color="option.color ? option.color : null"
:selected="selectedFilters[filter.name] && !!selectedFilters[filter.name].find((propertyId) => propertyId === option.value)"
@click.native="toggleFilter({type: 'equals', value: option.value, field: filter.name})"
@change.native="toggleFilter({type: 'equals', value: option.value, field: filter.name})"
class="filters__item"
/>
</div>
Expand Down

1 comment on commit 20391d6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for website ready!

Built with commit 20391d6

https://shopware-pwa-8bwk2tv5o.now.sh

Please sign in to comment.