fix: do not redirect to billing page on plan change
This commit is contained in:
parent
9083b327f4
commit
3e6e2623f0
@ -90,9 +90,7 @@ const tabs = computed(() => {
|
||||
{
|
||||
label: 'Plans',
|
||||
icon: PlansIcon,
|
||||
component: markRaw(
|
||||
h(Plans, { onSuccess: () => setActiveTab('Billing') }),
|
||||
),
|
||||
component: markRaw(Plans),
|
||||
},
|
||||
{
|
||||
label: 'Billing',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user