Latest version #12
@ -201,7 +201,6 @@ export const CityCreate = () => {
|
||||
margin="normal"
|
||||
variant="outlined"
|
||||
error={!!errors.country_code}
|
||||
helperText={errors.country_code?.message}
|
||||
required
|
||||
/>
|
||||
)}
|
||||
@ -215,7 +214,6 @@ export const CityCreate = () => {
|
||||
onBlur: updateCurrentLanguageName,
|
||||
})}
|
||||
error={!!errors.name}
|
||||
helperText={errors.name?.message}
|
||||
margin="normal"
|
||||
fullWidth
|
||||
InputLabelProps={{ shrink: true }}
|
||||
@ -269,7 +267,6 @@ export const CityCreate = () => {
|
||||
margin="normal"
|
||||
variant="outlined"
|
||||
error={!!errors.arms}
|
||||
helperText={errors.arms?.message}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user