Skip to content

Commit

Permalink
Fix response order on soil types
Browse files Browse the repository at this point in the history
  • Loading branch information
jkisioh committed Jul 2, 2024
1 parent 0a65726 commit 73deb23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/source/forms/1699354006503.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@
"required": true,
"meta": false,
"options": [
{
"order": 1,
"label": "Low drainage soil (fine sand, silt or clay)",
"value": "low_drainage_soil_fine_sand_silt_clay"
},
{
"order": 2,
"label": "Medium drainage soil (medium sand, weathered rock)",
Expand All @@ -242,11 +247,6 @@
"order": 3,
"label": "High drainage soil (coarse sand & gravel, fractured sandstone or limestone)",
"value": "high_drainage_soil_coarse_sand_gravel_fractured_sandstone_limestone"
},
{
"order": 1,
"label": "Low drainage soil (fine sand, silt or clay)",
"value": "low_drainage_soil_fine_sand_silt_clay"
}
],
"fn": null
Expand Down

0 comments on commit 73deb23

Please sign in to comment.