Skip to content

Commit b5dacf1

Browse files
authored
HCK-4610: update the configuration to limit the number of 'owned by column' items (#90)
1 parent 540e3e4 commit b5dacf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties_pane/container_level/containerLevelConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ making sure that you maintain a proper JSON format.
242242
"template": "orderedList",
243243
"propertyTooltip": "Causes the sequence to be associated with a specific table column, such that if that column (or its whole table) is dropped, the sequence will be automatically dropped as well. The specified table must have the same owner and be in the same schema as the sequence.",
244244
"templateOptions": {
245-
"maxFields": 1
245+
"maxField": 1
246246
},
247247
"dependency": {
248248
"key": "ownedByNone",

0 commit comments

Comments
 (0)