mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 13:55:31 +03:00
Expose id's on workflow action items
This commit is contained in:
parent
a737f35653
commit
96d9d41f19
@ -27,12 +27,14 @@ function WorkflowActionTooltipItem({
|
||||
onClick,
|
||||
onMouseEnter,
|
||||
onMouseLeave,
|
||||
...rest
|
||||
}) {
|
||||
return (
|
||||
<TooltipItem
|
||||
onClick={onClick}
|
||||
onMouseEnter={onMouseEnter}
|
||||
onMouseLeave={onMouseLeave}
|
||||
{...rest}
|
||||
>
|
||||
{children}
|
||||
</TooltipItem>
|
||||
|
Loading…
Reference in New Issue
Block a user