feat: Add carriers translation on 3 languages
This commit is contained in:
@@ -175,9 +175,10 @@ export const CreateInformationTab = observer(
|
||||
/>
|
||||
|
||||
<Autocomplete
|
||||
options={ruCities ?? []}
|
||||
options={ruCities.data ?? []}
|
||||
value={
|
||||
ruCities.find((city) => city.id === sight.city_id) ?? null
|
||||
ruCities.data.find((city) => city.id === sight.city_id) ??
|
||||
null
|
||||
}
|
||||
getOptionLabel={(option) => option.name}
|
||||
onChange={(_, value) => {
|
||||
|
||||
Reference in New Issue
Block a user