refactor create, edit for /media route

This commit is contained in:
maxim
2025-03-16 17:39:13 +03:00
parent bf73138521
commit 191f495abe
5 changed files with 182 additions and 98 deletions

View File

@ -52,7 +52,7 @@ export const CityCreate = () => {
fullWidth
InputLabelProps={{shrink: true}}
type="text"
label={'Название'}
label={'Название *'}
name="name"
/>
</Box>