mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
address comment.
This commit is contained in:
@@ -25,7 +25,7 @@ export const load: LayoutLoad = async ({ params, depends }) => {
|
||||
loadAvailableRegions(project.teamId)
|
||||
]);
|
||||
if (prefs?.organization !== project.teamId) {
|
||||
await sdk.forConsole.account.updatePrefs({
|
||||
sdk.forConsole.account.updatePrefs({
|
||||
...prefs,
|
||||
organization: project.teamId
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user