mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
fix: route name for manage users (#5364)
This commit is contained in:
parent
25d7f70d5a
commit
686de2b224
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class ManageAppUsersComponent extends React.Component {
|
|||
|
||||
<Modal.Footer>
|
||||
{this.currentUser?.admin && (
|
||||
<Link to="/organization-settings" target="_blank" className="btn color-primary mt-3">
|
||||
<Link to="/workspace-settings" target="_blank" className="btn color-primary mt-3">
|
||||
Manage users
|
||||
</Link>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue