Skip to content

Commit

Permalink
Fixed: added missing comma in catalog-product-details page (hotwax#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Sep 7, 2023
1 parent 5e8879d commit ddb5e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/catalog-product-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export default defineComponent({
backorderCategoryId: '',
preOrderCategoryId: '',
selectedVariant: {} as any,
selectedFeature: ''
selectedFeature: '',
isCtgryAndBrkrngJobsLoaded: false
}
},
Expand Down

0 comments on commit ddb5e14

Please sign in to comment.