commented out image upload
This commit is contained in:
parent
d6ef027ab9
commit
2673de7331
|
@ -111,7 +111,7 @@ function TournamentForm(props) {
|
||||||
<TextField type="text" id="nameInput" label="Tournament Name" placeholder="Tournament Name" InputLabelProps={{shrink: true}}/>
|
<TextField type="text" id="nameInput" label="Tournament Name" placeholder="Tournament Name" InputLabelProps={{shrink: true}}/>
|
||||||
{/* <InputLabel htmlFor="descriptionInput">Description: </InputLabel */}
|
{/* <InputLabel htmlFor="descriptionInput">Description: </InputLabel */}
|
||||||
<TextField type="text" id="descriptionInput" label="Description" placeholder="Descrption" InputLabelProps={{shrink: true}}/>
|
<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 container spacing={1} justifyContent="center" wrap="wrap">
|
||||||
<Grid item xs={3}>
|
<Grid item xs={3}>
|
||||||
<Typography>Edit Image:</Typography>
|
<Typography>Edit Image:</Typography>
|
||||||
|
@ -127,7 +127,7 @@ function TournamentForm(props) {
|
||||||
</Container>
|
</Container>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box> */}
|
||||||
{/* <InputLabel htmlFor="startDatePicker">Start Time:</InputLabel> */}
|
{/* <InputLabel htmlFor="startDatePicker">Start Time:</InputLabel> */}
|
||||||
<TextField type="datetime-local" id="startDatePicker" label="Start Time" InputLabelProps={{shrink: true}}/>
|
<TextField type="datetime-local" id="startDatePicker" label="Start Time" InputLabelProps={{shrink: true}}/>
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@ function ManageTournament(props) {
|
||||||
{/* <InputLabel htmlFor="editDesc">Edit description: </InputLabel> */}
|
{/* <InputLabel htmlFor="editDesc">Edit description: </InputLabel> */}
|
||||||
<TextField type="text" id="editDesc" label="Edit Description:" placeholder="Edit Description" InputLabelProps={{shrink: true}} />
|
<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 container spacing={-20} justifyContent="center">
|
||||||
<Grid item xs={2}>
|
<Grid item xs={2}>
|
||||||
<Container>Edit Image:</Container>
|
<Container>Edit Image:</Container>
|
||||||
|
@ -116,7 +116,7 @@ function ManageTournament(props) {
|
||||||
</Container>
|
</Container>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box> */}
|
||||||
{/* <InputLabel htmlFor="editStartDate">Edit Start Time:</InputLabel> */}
|
{/* <InputLabel htmlFor="editStartDate">Edit Start Time:</InputLabel> */}
|
||||||
<TextField type="datetime-local" id="editStartDate" label="Edit Start Time" InputLabelProps={{shrink: true,}}/>
|
<TextField type="datetime-local" id="editStartDate" label="Edit Start Time" InputLabelProps={{shrink: true,}}/>
|
||||||
{/* <InputLabel htmlFor="editEndDate">Edit End Time:</InputLabel> */}
|
{/* <InputLabel htmlFor="editEndDate">Edit End Time:</InputLabel> */}
|
||||||
|
|
Loading…
Reference in New Issue