Skip to content

Commit

Permalink
Fix restriction on number of characters for county
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-w-gries committed Nov 11, 2024
1 parent 85247ce commit 9e95dd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/AgenciesManagement/AgenciesTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ const AgencyInputRow = ({ agencyData, onStopEditing }) => {
<TableCell>
<FormInput
className="w-full"
maxLength={5}
inputProps={{
control,
required: true,
Expand Down

0 comments on commit 9e95dd2

Please sign in to comment.