Skip to content

Commit

Permalink
fix: do not redirect to billing page on plan change
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Nov 11, 2024
1 parent 9083b32 commit 3e6e262
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/Settings/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ const tabs = computed(() => {
{
label: 'Plans',
icon: PlansIcon,
component: markRaw(
h(Plans, { onSuccess: () => setActiveTab('Billing') }),
),
component: markRaw(Plans),
},
{
label: 'Billing',
Expand Down

0 comments on commit 3e6e262

Please sign in to comment.