mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Fix inconsistent action button on share modal (#2854)
This commit is contained in:
parent
0ec6298952
commit
6d7a92382d
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ class ManageAppUsers extends React.Component {
|
|||
</Modal.Body>
|
||||
|
||||
<Modal.Footer>
|
||||
<a href="/users" target="_blank" className="btn btn-outline-azure mt-3">
|
||||
<a href="/users" target="_blank" className="btn color-primary mt-3">
|
||||
Manage Organization Users
|
||||
</a>
|
||||
</Modal.Footer>
|
||||
|
|
|
|||
Loading…
Reference in a new issue