Skip to content

Commit 5efd0fe

Browse files
dmbln34gabrieljablonski
authored andcommitted
feat: set 'tooltip' as default
1 parent 3a79be2 commit 5efd0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TooltipController/TooltipController.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const TooltipController = React.forwardRef<TooltipRefProps, ITooltipController>(
5959
setIsOpen,
6060
afterShow,
6161
afterHide,
62-
role,
62+
role = 'tooltip',
6363
}: ITooltipController,
6464
ref,
6565
) => {

0 commit comments

Comments
 (0)