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