Skip to content

Commit

Permalink
Merge branch 'vuestorefront-community:develop' into bug-vuestorefront…
Browse files Browse the repository at this point in the history
…-community#154/static-pages-doesnt-handle-properly-multiple-space-occurrence-inside-title
  • Loading branch information
zmilan committed Jan 7, 2022
2 parents 00840ba + c5211f8 commit a6772b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changelog/1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.0.1

* [Bug]: Filter display as numeric index in mobile mode [#153](https://github.com/vuestorefront-community/vendure/issues/153)
2 changes: 1 addition & 1 deletion packages/theme/pages/Category.vue
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
<SfFilter
v-for="option in facet.options"
:key="`${facet.id}-${option.id}`"
:label="option.id"
:label="option.attrName"
:selected="isFilterSelected(facet, option)"
class="filters__item"
@change="() => selectFilter(facet, option)"
Expand Down

0 comments on commit a6772b1

Please sign in to comment.