Skip to content

Commit

Permalink
fix: redirect fails after creating a new org (#76)
Browse files Browse the repository at this point in the history
* fix create-org-bug

* fix: create-org-bug
  • Loading branch information
cannarron committed Dec 5, 2023
1 parent 6fa1d0f commit 84bf9dd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,10 @@
snackbar.success();
await getOrganizations($profile.id);
resetForm();
goto(`/org/${siteName}`);
$newOrgModal.open = false;
resetForm();
}
}
Expand Down

2 comments on commit 84bf9dd

@vercel
Copy link

@vercel vercel bot commented on 84bf9dd Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs.classroomio.com
docs-rotimi-best.vercel.app
docs-git-main-rotimi-best.vercel.app
ciodocs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 84bf9dd Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.