0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

fix(console): organization guide router link (#4881)

This commit is contained in:
Charles Zhao 2023-11-15 17:28:48 +08:00 committed by GitHub
parent bfea0b0fdd
commit fe18e43322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ function Organizations({ tab }: Props) {
const handleCreate = useCallback(() => {
if (isInitialSetup) {
navigate(organizationsPathname + guidePathname);
navigate(guidePathname);
return;
}
setIsCreating(true);