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}}/> | ||||
|         {/* <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}}/> | ||||
|          | ||||
|  | ||||
| @ -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> */} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user