mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 15:56:19 -05:00
Fix not possible to change swiss round count when only one group
This commit is contained in:
parent
79a3b25eee
commit
5d256b17d9
|
|
@ -1062,6 +1062,10 @@ function TournamentFormatSelector() {
|
|||
</select>
|
||||
</div>
|
||||
) : null}
|
||||
{/* Without a follow-up bracket there can only be one swiss group */}
|
||||
{format === "SWISS" ? (
|
||||
<input type="hidden" name="swissGroupCount" value="1" />
|
||||
) : null}
|
||||
|
||||
{format === "SWISS" || format === "SWISS_TO_SE" ? (
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user