formatting and complete permission part of pages and removing _fencing page...
This commit is contained in:
@@ -151,11 +151,7 @@ const Form = ({ handleCloseForm, setLoading }) => {
|
||||
<CloudUploadIcon sx={{ fontSize: "2rem" }} color="inherit" />
|
||||
</Backdrop>
|
||||
</Box>
|
||||
<VisuallyHiddenInput
|
||||
type="file"
|
||||
accept="image/*"
|
||||
onChange={handleFileChange}
|
||||
/>
|
||||
<VisuallyHiddenInput type="file" accept="image/*" onChange={handleFileChange} />
|
||||
</Button>
|
||||
</Box>
|
||||
<Grid container columns={{ xs: 1, sm: 2 }} spacing={2}>
|
||||
|
||||
Reference in New Issue
Block a user