fix required problem for project fields

This commit is contained in:
maxim
2025-03-19 21:25:28 +03:00
parent 6db769f598
commit 497d6a3dd3
16 changed files with 37 additions and 37 deletions

View File

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

View File

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