We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6e5e0 commit 5e3da82Copy full SHA for 5e3da82
auth-web/src/components/auth/account-settings/product/ProductPayment.vue
@@ -501,6 +501,7 @@ export default defineComponent({
501
// Reload product list when organization changes
502
watch(() => currentOrganization.value.id, async () => {
503
await setup()
504
+ state.isEditing = false
505
// Required otherwise changing from USER -> ADMIN will leave it disabled
506
state.accountChangeKey++
507
})
0 commit comments