Avoid converting Destination field to snake case (#515)

This commit is contained in:
Minh Nguyễn
2022-07-01 04:03:31 -07:00
committed by GitHub
parent 717e926e95
commit 0b5eb77b07
+2 -1
View File
@@ -1,5 +1,6 @@
{
"key": "destination",
"type": "semiCombo",
"label": "Destinations"
"label": "Destinations",
"snake_case": false
}