diff --git a/packages/ui/src/components/Text/Text.tsx b/packages/ui/src/components/Text/Text.tsx index a3dce47547..5b09d10663 100644 --- a/packages/ui/src/components/Text/Text.tsx +++ b/packages/ui/src/components/Text/Text.tsx @@ -34,7 +34,7 @@ function TextComponent( ...props, }); - const { className, ...restProps } = cleanedProps; + const { className, truncate, ...restProps } = cleanedProps; return (