Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Change attribute className to classes
Browse files Browse the repository at this point in the history
Co-authored-by: Fanny Chien <fannychienn@gmail.com>
  • Loading branch information
heitorado and hellofanny authored Feb 2, 2022
1 parent 6923a1f commit b516976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Select({
labelText,
value,
'aria-label': ariaLabel,
className,
classes,
testId,
}: UISelectProps) {
return (
Expand Down

0 comments on commit b516976

Please sign in to comment.