mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
addes better tooltip selector
This commit is contained in:
parent
10d95c9aef
commit
7290de22e2
@ -22,7 +22,7 @@ function CheckboxField({
|
||||
<span>
|
||||
{label}
|
||||
|
||||
{tooltip && <Popover content={tooltip} />}
|
||||
{tooltip && <Popover ouiaId="checkbox-tooltip" content={tooltip} />}
|
||||
</span>
|
||||
}
|
||||
id={id}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user