feat: Refactoring climate zone.

This commit is contained in:
2025-03-03 15:52:34 -05:00
parent 8e0860af8e
commit 1727e9a905
6 changed files with 73 additions and 30 deletions

View File

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