Skip to content

Commit

Permalink
Merge pull request #735 from Support-pl/dev-fixes
Browse files Browse the repository at this point in the history
dev fixes
  • Loading branch information
639852 authored Aug 5, 2024
2 parents fda4486 + a0f04e7 commit 2bd08f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/services/custom/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,8 @@ export default {
this.getProducts.addons.forEach(({ meta, key }) => {
if (meta.autoEnable) this.options.addons.push(key)
})

this.plan = this.getProducts.planId
},
'options.period' (value) {
const { title } = this.products[this.options.size]
Expand Down

0 comments on commit 2bd08f0

Please sign in to comment.