Made target and country case sensitive (#490)

This commit is contained in:
wouter van der plas
2022-06-08 13:33:22 +02:00
committed by GitHub
parent fa3563bc02
commit 2426405727
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
{
"key": "country",
"type": "combo",
"label": "Country"
"label": "Country",
"snake_case": false,
"caseSensitive": true
}
+3 -1
View File
@@ -1,5 +1,7 @@
{
"key": "target",
"type": "combo",
"label": "Target"
"label": "Target",
"snake_case": false,
"caseSensitive": true
}