Skip to content

Commit 0b5eb77

Browse files
authored
Avoid converting Destination field to snake case (#515)
1 parent 717e926 commit 0b5eb77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/fields/destination.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"key": "destination",
33
"type": "semiCombo",
4-
"label": "Destinations"
4+
"label": "Destinations",
5+
"snake_case": false
56
}

0 commit comments

Comments
 (0)