Skip to content

Commit

Permalink
feat: make number of records smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Oct 25, 2022
1 parent dd1dabf commit bc4e152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/form/number-records.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const NumberOfRecords: React.FC<Props> = ({
value={numberOfRecords + ''}
max={1000}
min={1}
width={100}
onChange={(event) => {
const newValue = parseInt(event.target.value, 10)
setNumberOfRecords(newValue)
Expand Down

0 comments on commit bc4e152

Please sign in to comment.