UI –Restore missing tooltips (#18598)

This commit is contained in:
Jacob Shandling 2024-04-29 07:48:35 -07:00 committed by GitHub
parent 61e3e0c8ab
commit ea86f9ed0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
* Restore missing tooltips when hovering over the disabled "Calendar events" manage automations
dropdown option.

View file

@ -794,7 +794,7 @@ const ManagePolicyPage = ({
value: "calendar_events",
disabled: !isPremiumTier || isAllTeams,
helpText: "Automatically reserve time to resolve failing policies.",
disabledTooltipContent,
tooltipContent: disabledTooltipContent,
},
{
label: "Other workflows",