Skip to content

Commit 902f428

Browse files
authored
HCK-9128: Handle indexes without indxKey (#37)
1 parent 0e072b6 commit 902f428

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

properties_pane/entity_level/entityLevelConfig.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,11 @@ making sure that you maintain a proper JSON format.
17421742
"propertyKeyword": "indxKey",
17431743
"propertyType": "fieldList",
17441744
"template": "orderedList",
1745-
"attributeList": ["", "ASC", "DESC"]
1745+
"attributeList": ["", "ASC", "DESC"],
1746+
"validation": {
1747+
"required": true,
1748+
"minLength": 1
1749+
}
17461750
},
17471751
{
17481752
"propertyName": "Expressions",

0 commit comments

Comments
 (0)