From 4ad1650cb1b8bb40658b53ee4271bfb3ac240360 Mon Sep 17 00:00:00 2001 From: Danylo Strelets Date: Wed, 28 Feb 2024 20:01:59 +0200 Subject: [PATCH] HCK-4610: update the configuration to limit the number of 'owned by column' items --- properties_pane/container_level/containerLevelConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties_pane/container_level/containerLevelConfig.json b/properties_pane/container_level/containerLevelConfig.json index 85d9907..23d75fb 100644 --- a/properties_pane/container_level/containerLevelConfig.json +++ b/properties_pane/container_level/containerLevelConfig.json @@ -242,7 +242,7 @@ making sure that you maintain a proper JSON format. "template": "orderedList", "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.", "templateOptions": { - "maxFields": 1 + "maxField": 1 }, "dependency": { "key": "ownedByNone",