feat: Refactoring climate zone.
This commit is contained in:
@@ -62,7 +62,7 @@ struct FilterPressureDropForm: HTML, Sendable {
|
||||
}
|
||||
div {
|
||||
InputLabel(for: "climateZone") { "Climate Zone" }
|
||||
Select(for: ClimateZone.self, id: "climateZone") {
|
||||
Select(for: ClimateZone.ZoneType.self, id: "climateZone") {
|
||||
$0.label
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user