Remove invalid vod minutes max Closes #1295

This commit is contained in:
Kalle
2023-03-05 19:45:20 +02:00
parent bd6a1d9e08
commit 1be67269a8

View File

@@ -366,7 +366,6 @@ function Match({
<Input
type="number"
min={0}
max={59}
value={String(minutes)}
onChange={(e) => {
const value = Number(e.target.value);