fix required
problem for project fields
This commit is contained in:
@ -22,7 +22,7 @@ export const CountryEdit = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="text"
|
||||
label={'Код'}
|
||||
label={'Код *'}
|
||||
name="code"
|
||||
/>
|
||||
<TextField
|
||||
@ -35,7 +35,7 @@ export const CountryEdit = () => {
|
||||
fullWidth
|
||||
InputLabelProps={{shrink: true}}
|
||||
type="text"
|
||||
label={'Название'}
|
||||
label={'Название *'}
|
||||
name="name"
|
||||
/>
|
||||
</Box>
|
||||
|
Reference in New Issue
Block a user