mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 19:55:46 -05:00
Remove invalid vod minutes max Closes #1295
This commit is contained in:
@@ -366,7 +366,6 @@ function Match({
|
||||
<Input
|
||||
type="number"
|
||||
min={0}
|
||||
max={59}
|
||||
value={String(minutes)}
|
||||
onChange={(e) => {
|
||||
const value = Number(e.target.value);
|
||||
|
||||
Reference in New Issue
Block a user