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',
|
label: 'Plans',
|
||||||
icon: PlansIcon,
|
icon: PlansIcon,
|
||||||
component: markRaw(
|
component: markRaw(Plans),
|
||||||
h(Plans, { onSuccess: () => setActiveTab('Billing') }),
|
|
||||||
),
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Billing',
|
label: 'Billing',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user