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

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