Latest version #12
.env
.gitea/workflows
Dockerfilecompose.yamlindex.htmlpackage-lock.jsonpackage.jsonpnpm-lock.yamlpublic
src
App.tsxauthProvider.tsglobals.css
svg.d.tstsconfig.jsontsconfig.node.jsonvite.config.tsyarn.lockcomponents
CreateSightArticle.tsxCustomDataGrid.tsx
LanguageSwitch
LinkedItems.tsxMarkdownEditor.tsxheader
index.tsmedia
modals
ui
contexts
color-mode
icons
index.tsxlib
locales
pages
article
carrier
city
country
login
media
route-preview
Constants.tsInfiniteCanvas.tsxLeftSidebar.tsxMapDataContext.tsxRightSidebar.tsxSight.tsxStation.tsxTransformContext.tsxTravelPath.tsxWidgets.tsxindex.tsxtypes.tsutils.ts
route
sight
snapshot
station
vehicle
providers
store
@ -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