feat: update right widget and add new 3d widget
This commit is contained in:
@@ -189,9 +189,9 @@ export const CityEditPage = observer(() => {
|
||||
<TextField
|
||||
fullWidth
|
||||
label="Код города для погоды"
|
||||
type="number"
|
||||
value={editCityData.weather_city_code ?? 0}
|
||||
onChange={(e) => setEditCityWeatherCode(Number(e.target.value))}
|
||||
helperText="ID города брать с ресурса openweathermap.org"
|
||||
/>
|
||||
|
||||
<div className="w-full flex flex-col gap-4 max-w-[300px] mx-auto">
|
||||
|
||||
Reference in New Issue
Block a user