From 3f6b62eef671225b8121f34540e001cbe3b22899 Mon Sep 17 00:00:00 2001 From: Kristoffer Juelsen Date: Sat, 9 Apr 2022 14:02:59 +0200 Subject: [PATCH] Added a real loading icon --- src/client/src/TournamentCreator.js | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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