Skip to content

Commit c73203f

Browse files
authored
Population is a number (#260)
1 parent 951f04b commit c73203f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/fields/population.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"key": "population",
3-
"type": "text",
3+
"type": "number",
4+
"minValue": 0,
45
"label": "Population"
56
}

0 commit comments

Comments
 (0)