Skip to content

Commit

Permalink
Merge pull request #259 from k2maan/preorder/#258
Browse files Browse the repository at this point in the history
Implemented: all filtering by default on catalog page (#258)
  • Loading branch information
ravilodhi committed Dec 6, 2023
2 parents b77a1f1 + f97140f commit 0bd40a3
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 0bd40a3

Please sign in to comment.