commented out image upload

This commit is contained in:
Kristoffer Juelsenn 2022-03-29 15:24:19 +02:00
parent d6ef027ab9
commit 2673de7331
2 changed files with 4 additions and 4 deletions

View File

@ -111,7 +111,7 @@ function TournamentForm(props) {
<TextField type="text" id="nameInput" label="Tournament Name" placeholder="Tournament Name" InputLabelProps={{shrink: true}}/>
{/* <InputLabel htmlFor="descriptionInput">Description: </InputLabel */}
<TextField type="text" id="descriptionInput" label="Description" placeholder="Descrption" InputLabelProps={{shrink: true}}/>
<Box sx={{ flexGrow: 1 }}>
{/* <Box sx={{ flexGrow: 1 }}>
<Grid container spacing={1} justifyContent="center" wrap="wrap">
<Grid item xs={3}>
<Typography>Edit Image:</Typography>
@ -127,7 +127,7 @@ function TournamentForm(props) {
</Container>
</Grid>
</Grid>
</Box>
</Box> */}
{/* <InputLabel htmlFor="startDatePicker">Start Time:</InputLabel> */}
<TextField type="datetime-local" id="startDatePicker" label="Start Time" InputLabelProps={{shrink: true}}/>

View File

@ -100,7 +100,7 @@ function ManageTournament(props) {
{/* <InputLabel htmlFor="editDesc">Edit description: </InputLabel> */}
<TextField type="text" id="editDesc" label="Edit Description:" placeholder="Edit Description" InputLabelProps={{shrink: true}} />
<Box sx={{ flexGrow: 1 }}>
{/* <Box sx={{ flexGrow: 1 }}>
<Grid container spacing={-20} justifyContent="center">
<Grid item xs={2}>
<Container>Edit Image:</Container>
@ -116,7 +116,7 @@ function ManageTournament(props) {
</Container>
</Grid>
</Grid>
</Box>
</Box> */}
{/* <InputLabel htmlFor="editStartDate">Edit Start Time:</InputLabel> */}
<TextField type="datetime-local" id="editStartDate" label="Edit Start Time" InputLabelProps={{shrink: true,}}/>
{/* <InputLabel htmlFor="editEndDate">Edit End Time:</InputLabel> */}