Skip to content

Commit

Permalink
PR suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: eileenmguo <eileen@kadena.io>
  • Loading branch information
timoheddes and eileenmguo committed Aug 24, 2023
1 parent a4ae480 commit ff9d81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libs/react-ui/src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface ISelectProps
onChange: React.ChangeEventHandler<HTMLSelectElement>;
ref?: React.ForwardedRef<HTMLSelectElement>;
ariaLabel: string;
variant?: (typeof variants)[number];
variant?: keyof typeof selectVariants;
}

export const Select: FC<ISelectProps> = forwardRef<
Expand Down

0 comments on commit ff9d81c

Please sign in to comment.