Skip to content

Commit

Permalink
Destructure locale in Toggletip
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Dec 3, 2024
1 parent d421d0e commit 55f881c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/circuit-ui/components/Toggletip/Toggletip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export const Toggletip = forwardRef<HTMLDialogElement, ToggletipProps>(
closeButtonLabel,
className,
style,
locale,
...rest
} = useI18n(props, translations);
const zIndex = useStackContext();
Expand Down

0 comments on commit 55f881c

Please sign in to comment.