diff --git a/src/routes/(console)/organization-[organization]/change-plan/+page.svelte b/src/routes/(console)/organization-[organization]/change-plan/+page.svelte index 6b7085516..bc5d3574b 100644 --- a/src/routes/(console)/organization-[organization]/change-plan/+page.svelte +++ b/src/routes/(console)/organization-[organization]/change-plan/+page.svelte @@ -149,7 +149,7 @@ }) }); - await goto(`${base}/organization-${$organization.$id}`); + await goto(`${base}/organization-${$organization.$id}/billing`); addNotification({ type: 'success', isHtml: true,