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:
parent
bfea0b0fdd
commit
fe18e43322
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function Organizations({ tab }: Props) {
|
|||
|
||||
const handleCreate = useCallback(() => {
|
||||
if (isInitialSetup) {
|
||||
navigate(organizationsPathname + guidePathname);
|
||||
navigate(guidePathname);
|
||||
return;
|
||||
}
|
||||
setIsCreating(true);
|
||||
|
|
Loading…
Reference in a new issue