diff --git a/src/client/src/TournamentCreator.js b/src/client/src/TournamentCreator.js index bfbfb4a..ae32d9a 100644 --- a/src/client/src/TournamentCreator.js +++ b/src/client/src/TournamentCreator.js @@ -112,27 +112,34 @@ function TournamentForm(props) { {/* Description: - + + + { setStartTime(newValue); // console.log(new Date(newValue).toUTCString()); }} - renderInput={(params) => } + renderInput={(params) => } /> - + + + + { setEndTime(newValue); // console.log(new Date(newValue).toUTCString()); }} - renderInput={(params) => } + renderInput={(params) => } /> + {/* */} + Maximum number of teams