Skip to content

Commit

Permalink
fix: passes required prop for select field (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeyB authored May 24, 2022
1 parent 5ce223e commit 734e905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/admin/components/forms/field-types/Select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const Select: React.FC<Props> = (props) => {
label={label}
showError={showError}
errorMessage={errorMessage}
required={required}
description={description}
style={style}
className={className}
Expand Down

0 comments on commit 734e905

Please sign in to comment.