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