Fix 'Cancel' button in the user form (#25161)
Closes #25051 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
cafc238ff2
commit
28810222d3
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ export const UserForm = ({
|
|||
component={
|
||||
!user?.id
|
||||
? (props) => (
|
||||
<Link {...props} to={toUsers({ realm: realm.id! })} />
|
||||
<Link {...props} to={toUsers({ realm: realm.realm! })} />
|
||||
)
|
||||
: undefined
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue