From a7416753bf03259e1eecf4e2d640840d957c5d5e Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 7 Jan 2025 13:52:02 +0000 Subject: [PATCH] Fix types Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/elements/AccessibleButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/elements/AccessibleButton.tsx b/src/components/views/elements/AccessibleButton.tsx index f12b36359b..a66365d0d6 100644 --- a/src/components/views/elements/AccessibleButton.tsx +++ b/src/components/views/elements/AccessibleButton.tsx @@ -80,7 +80,7 @@ type Props = { /** * The tooltip to show on hover or focus. */ - title?: TooltipProps["label"]; + title?: string; /** * The caption is a secondary text displayed under the `title` of the tooltip. * Only valid when used in conjunction with `title`.