mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Tooltip for Add User button indicating why it is disabled (#2010)
This commit is contained in:
parent
7f316bf306
commit
2b2866a413
1 changed files with 1 additions and 0 deletions
|
|
@ -291,6 +291,7 @@ export class UserManagementPage extends Component {
|
|||
className={`${baseClass}__add-user-btn`}
|
||||
disabled={!config.configured}
|
||||
onClick={toggleInviteUserModal}
|
||||
title={config.configured ? 'Add User' : 'Email must be configured to add users'}
|
||||
>
|
||||
Add User
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue