Skip to content

Commit d113020

Browse files
authored
add missing colon of tag key for multiCombo field
this worked in iD as there was a fallback in place to add the colon if missing, but the convention is to always include it in the `key` property for any multiCombo field.
1 parent 9588778 commit d113020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/fields/plant/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"key": "plant:output",
2+
"key": "plant:output:",
33
"type": "multiCombo",
44
"label": "Form of Power Output",
55
"strings": {

0 commit comments

Comments
 (0)