mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Prevent GitOps mode tooltip on 'Cancel' button hover in policies automations modals (#26998)
## For #26997 <img width="1001" alt="Screenshot 2025-03-10 at 10 16 04 AM" src="https://github.com/user-attachments/assets/bf23a3b0-d5b9-4d3c-8df6-dc3ebcf93a6d" /> - [x] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
e4ef8cc6db
commit
93581e7cb6
1 changed files with 11 additions and 11 deletions
|
|
@ -214,11 +214,11 @@ function PoliciesPaginatedList(
|
|||
{footer}
|
||||
</div>
|
||||
</div>
|
||||
<GitOpsModeTooltipWrapper
|
||||
position="right"
|
||||
tipOffset={8}
|
||||
renderChildren={(disableChildren) => (
|
||||
<div className="modal-cta-wrap">
|
||||
<div className="modal-cta-wrap">
|
||||
<GitOpsModeTooltipWrapper
|
||||
position="right"
|
||||
tipOffset={8}
|
||||
renderChildren={(disableChildren) => (
|
||||
<TooltipWrapper
|
||||
showArrow
|
||||
position="top"
|
||||
|
|
@ -237,12 +237,12 @@ function PoliciesPaginatedList(
|
|||
Save
|
||||
</Button>
|
||||
</TooltipWrapper>
|
||||
<Button onClick={onCancel} variant="inverse">
|
||||
Cancel
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
<Button onClick={onCancel} variant="inverse">
|
||||
Cancel
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue