Skip to content

Commit

Permalink
Implemented: all filtering by default on catalog page (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
k2maan committed Nov 29, 2023
1 parent 6a9bc3d commit f97140f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/catalog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default defineComponent({
},
data() {
return {
prodCatalogCategoryTypeId: 'PCCT_PREORDR', // selected filter
prodCatalogCategoryTypeId: '', // 'All' is selected by default
filters: [{
name: 'Pre-order',
value: 'PCCT_PREORDR'
Expand Down

0 comments on commit f97140f

Please sign in to comment.