fix broadcast round form can't always have a round number

pull/8795/head
Thibault Duplessis 2021-04-28 09:00:58 +02:00
parent ee71c6f77e
commit 44ce134c6b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ object roundForm {
)(form3.input(_)),
form3
.group(form("syncUrlRound"), roundNumber(), help = frag("Only for livechesscloud source URLs").some)(
form3.input(_, typ = "number")(required := isLcc)
form3.input(_, typ = "number")
)(ctx)(cls := (!isLcc).option("none")),
form3.split(
form3.group(