fix: Fix help error
All checks were successful
release-tag / release-image (push) Successful in 2m13s

This commit is contained in:
Илья Куприец 2025-05-28 21:01:49 +03:00
parent ffe75f3670
commit 153372db6d

View File

@ -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}
/>
)}
/>