mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 08:27:05 -05:00
Fix tournament format not copied from template
This commit is contained in:
parent
68978a5c83
commit
e3d37a0609
|
|
@ -256,10 +256,9 @@ function EventForm() {
|
|||
<Divider>Tournament format</Divider>
|
||||
<BracketProgressionSelector
|
||||
initialBrackets={
|
||||
data.eventToEdit?.tournament?.ctx.settings.bracketProgression
|
||||
baseEvent?.tournament?.ctx.settings.bracketProgression
|
||||
? Progression.validatedBracketsToInputFormat(
|
||||
data.eventToEdit?.tournament?.ctx.settings
|
||||
.bracketProgression,
|
||||
baseEvent.tournament?.ctx.settings.bracketProgression,
|
||||
)
|
||||
: undefined
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user