mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Use previous page
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user