mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
addes better tooltip selector
This commit is contained in:
@@ -22,7 +22,7 @@ function CheckboxField({
|
||||
<span>
|
||||
{label}
|
||||
|
||||
{tooltip && <Popover content={tooltip} />}
|
||||
{tooltip && <Popover ouiaId="checkbox-tooltip" content={tooltip} />}
|
||||
</span>
|
||||
}
|
||||
id={id}
|
||||
|
||||
Reference in New Issue
Block a user