From fc4a026269952bd1f1d805651538b941597c0179 Mon Sep 17 00:00:00 2001 From: Igor <12849336+DoubleCookies@users.noreply.github.com> Date: Wed, 7 Jul 2021 23:17:16 +0300 Subject: [PATCH] Block button by default (#579) --- hooks/team-splitter/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/team-splitter/index.ts b/hooks/team-splitter/index.ts index 6a723dd13..b23ba1402 100644 --- a/hooks/team-splitter/index.ts +++ b/hooks/team-splitter/index.ts @@ -25,7 +25,7 @@ const getInitialState = (ignoreLocalStorage: boolean = false): State => { })), matches: [], amountOfRoundsWithSameTeams: DEFAULT_AMOUNT_OF_ROUNDS_WITH_SAME_TEAMS, - errorWithPlayers: "", + errorWithPlayers: "Please enter at least 8 player names", noPlacingToSameTeam: [], }; };