Fix not possible to change swiss round count when only one group

This commit is contained in:
Kalle 2024-05-24 21:21:05 +03:00
parent 79a3b25eee
commit 5d256b17d9

View File

@ -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>