Use previous page

This commit is contained in:
ernstmul
2024-10-17 17:27:35 +02:00
parent c1d7953c2c
commit 0d4cccf855
@@ -149,7 +149,7 @@
})
});
await goto(`${base}/organization-${$organization.$id}/billing`);
await goto(previousPage);
addNotification({
type: 'success',
isHtml: true,
@@ -217,7 +217,7 @@
await invalidate(Dependencies.ACCOUNT);
await invalidate(Dependencies.ORGANIZATION);
await goto(`${base}/organization-${org.$id}/billing`);
await goto(previousPage);
addNotification({
type: 'success',
message: 'Your organization has been upgraded'