Latest version #12

Merged
Kerblif merged 46 commits from preview into master 2025-05-29 10:12:00 +00:00
104 changed files with 31773 additions and 11016 deletions
Showing only changes of commit 153372db6d - Show all commits

View File

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