fix: Fix help error
All checks were successful
release-tag / release-image (push) Successful in 2m13s
All checks were successful
release-tag / release-image (push) Successful in 2m13s
This commit is contained in:
parent
ffe75f3670
commit
153372db6d
@ -201,7 +201,6 @@ export const CityCreate = () => {
|
|||||||
margin="normal"
|
margin="normal"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
error={!!errors.country_code}
|
error={!!errors.country_code}
|
||||||
helperText={errors.country_code?.message}
|
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
@ -215,7 +214,6 @@ export const CityCreate = () => {
|
|||||||
onBlur: updateCurrentLanguageName,
|
onBlur: updateCurrentLanguageName,
|
||||||
})}
|
})}
|
||||||
error={!!errors.name}
|
error={!!errors.name}
|
||||||
helperText={errors.name?.message}
|
|
||||||
margin="normal"
|
margin="normal"
|
||||||
fullWidth
|
fullWidth
|
||||||
InputLabelProps={{ shrink: true }}
|
InputLabelProps={{ shrink: true }}
|
||||||
@ -269,7 +267,6 @@ export const CityCreate = () => {
|
|||||||
margin="normal"
|
margin="normal"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
error={!!errors.arms}
|
error={!!errors.arms}
|
||||||
helperText={errors.arms?.message}
|
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user