formatting and complete permission part of pages and removing _fencing page...

This commit is contained in:
2024-11-19 07:39:30 +00:00
committed by AmirHossein Mahmoodi
parent f986c32f4a
commit 2c60db7712
17 changed files with 70 additions and 1284 deletions

View File

@@ -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}>