diff --git a/packages/libs/react-ui/src/components/Select/Select.tsx b/packages/libs/react-ui/src/components/Select/Select.tsx index 456d7f16df2..7b1e47c37c0 100644 --- a/packages/libs/react-ui/src/components/Select/Select.tsx +++ b/packages/libs/react-ui/src/components/Select/Select.tsx @@ -25,7 +25,7 @@ export interface ISelectProps onChange: React.ChangeEventHandler; ref?: React.ForwardedRef; ariaLabel: string; - variant?: keyof typeof selectVariants; + variant?: keyof typeof selectVariants; } export const Select: FC = forwardRef< @@ -45,11 +45,9 @@ export const Select: FC = forwardRef< ) { return (