1
0
forked from test/crm

fix: do not redirect to billing page on plan change

This commit is contained in:
Shariq Ansari 2024-11-11 13:10:28 +05:30
parent 9083b327f4
commit 3e6e2623f0

View File

@ -90,9 +90,7 @@ const tabs = computed(() => {
{
label: 'Plans',
icon: PlansIcon,
component: markRaw(
h(Plans, { onSuccess: () => setActiveTab('Billing') }),
),
component: markRaw(Plans),
},
{
label: 'Billing',