From ea86f9ed0f77fb1f7615286edf90a08e3e7cf736 Mon Sep 17 00:00:00 2001 From: Jacob Shandling <61553566+jacobshandling@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:48:35 -0700 Subject: [PATCH] =?UTF-8?q?UI=20=E2=80=93Restore=20missing=20tooltips=20(#?= =?UTF-8?q?18598)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/18597-missing-tooltips | 2 ++ .../pages/policies/ManagePoliciesPage/ManagePoliciesPage.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changes/18597-missing-tooltips diff --git a/changes/18597-missing-tooltips b/changes/18597-missing-tooltips new file mode 100644 index 000000000000..2aead745982c --- /dev/null +++ b/changes/18597-missing-tooltips @@ -0,0 +1,2 @@ +* Restore missing tooltips when hovering over the disabled "Calendar events" manage automations +dropdown option. diff --git a/frontend/pages/policies/ManagePoliciesPage/ManagePoliciesPage.tsx b/frontend/pages/policies/ManagePoliciesPage/ManagePoliciesPage.tsx index 2f848e5f13c4..14b7cc7b4d45 100644 --- a/frontend/pages/policies/ManagePoliciesPage/ManagePoliciesPage.tsx +++ b/frontend/pages/policies/ManagePoliciesPage/ManagePoliciesPage.tsx @@ -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",