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 authored Aug 24, 2023
1 parent 73182c9 commit 2982884
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 @@ -48,7 +48,7 @@ export const Select: FC<ISelectProps> = forwardRef<
className={classNames(
containerClass,
selectVariants[variant],
disabled && containerClassDisabled,
{ containerClassDisabled: disabled }
)}
data-testid="kda-select"
>
Expand Down

0 comments on commit 2982884

Please sign in to comment.