Skip to content

Commit

Permalink
UI –Restore missing tooltips (#18598)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobshandling authored Apr 29, 2024
1 parent 61e3e0c commit ea86f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changes/18597-missing-tooltips
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Restore missing tooltips when hovering over the disabled "Calendar events" manage automations
dropdown option.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ea86f9e

Please sign in to comment.