upper limit
This commit is contained in:
@@ -86,7 +86,7 @@ export function FilterControls({
|
|||||||
<input
|
<input
|
||||||
type="range"
|
type="range"
|
||||||
min="10"
|
min="10"
|
||||||
max="1000"
|
max="10000"
|
||||||
step="10"
|
step="10"
|
||||||
value={localLimit}
|
value={localLimit}
|
||||||
onChange={(e) => setLocalLimit(parseInt((e.target as HTMLInputElement).value))}
|
onChange={(e) => setLocalLimit(parseInt((e.target as HTMLInputElement).value))}
|
||||||
|
|||||||
Reference in New Issue
Block a user