Fleet-maintained app rollbacks: Fix tooltips (#45599)
For the following bug: - https://github.com/fleetdm/fleet/issues/45597
This commit is contained in:
@@ -122,8 +122,8 @@ const FileDetails = ({
|
||||
onFileSelect &&
|
||||
(gitopsCompatible ? (
|
||||
<GitOpsModeTooltipWrapper
|
||||
position="left"
|
||||
tipOffset={4}
|
||||
position="top"
|
||||
tipOffset={8}
|
||||
renderChildren={(disableChildren) =>
|
||||
renderEditButton(disableChildren)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user