fix required
problem for project fields
This commit is contained in:
@ -63,7 +63,7 @@ export const CityCreate = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="text"
|
||||
label={'Название'}
|
||||
label={'Название *'}
|
||||
name="name"
|
||||
/>
|
||||
|
||||
|
@ -62,7 +62,7 @@ export const CityEdit = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="text"
|
||||
label={'Название'}
|
||||
label={'Название *'}
|
||||
name="name"
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user