Skip to content

Commit 5e3da82

Browse files
authored
Update ProductPayment.vue
1 parent 6d6e5e0 commit 5e3da82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth-web/src/components/auth/account-settings/product/ProductPayment.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ export default defineComponent({
501501
// Reload product list when organization changes
502502
watch(() => currentOrganization.value.id, async () => {
503503
await setup()
504+
state.isEditing = false
504505
// Required otherwise changing from USER -> ADMIN will leave it disabled
505506
state.accountChangeKey++
506507
})

0 commit comments

Comments
 (0)