|
|
|
@ -336,7 +336,7 @@ struct EditingTeamView: View { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func canSaveWithoutWarning() -> Bool { |
|
|
|
func canSaveWithoutWarning() -> Bool { |
|
|
|
tournament.shouldWarnOnlineRegistrationUpdates() && tournament.teamCount <= tournament.unsortedTeamsCount() |
|
|
|
(tournament.shouldWarnOnlineRegistrationUpdates() && tournament.teamCount <= tournament.unsortedTeamsCount()) == false |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private var confirmationReceived: Binding<Bool> { |
|
|
|
private var confirmationReceived: Binding<Bool> { |
|
|
|
|