Skip to content

Commit

Permalink
Make currency not a required field (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtnordstrom authored Jan 27, 2025
1 parent 65094bb commit 1ec6929
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PatronRequestForm/PatronRequestForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ const PatronRequestForm = ({ copyrightTypes, serviceLevels, currencyCodes, locat
placeholder=" "
component={Select}
dataOptions={currencyCodes}
validate={required}
/>
</Col>
<Col xs={3}>
Expand Down

0 comments on commit 1ec6929

Please sign in to comment.