Skip to content

Commit

Permalink
HCK-6661: fix order of properties (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale authored and hackolade-bot committed Jun 13, 2024
1 parent 41ecfb2 commit ad1e556
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1056,8 +1056,8 @@ making sure that you maintain a proper JSON format.
"description",
"dependencies",
{
"propertyName": "Max Properties",
"propertyKeyword": "maxProperties",
"propertyName": "Min Properties",
"propertyKeyword": "minProperties",
"propertyType": "numeric",
"valueType": "number",
"dependency": {
Expand All @@ -1066,8 +1066,8 @@ making sure that you maintain a proper JSON format.
}
},
{
"propertyName": "Min Properties",
"propertyKeyword": "minProperties",
"propertyName": "Max Properties",
"propertyKeyword": "maxProperties",
"propertyType": "numeric",
"valueType": "number",
"dependency": {
Expand Down

0 comments on commit ad1e556

Please sign in to comment.