Skip to content

Commit

Permalink
removed max val for num blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nsosio committed Oct 12, 2023
1 parent e353f94 commit e3117bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/settings/components/SwarmMode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const SwarmMode = () => {
className="form-control mr-1"
type="number"
min="1"
max="10"
value={numBlocks}
onChange={(e) => {
setNumBlocks(Number(e.target.value));
Expand Down

0 comments on commit e3117bd

Please sign in to comment.