From ad6b531ef7d4735234a57980ad9d62b179498eea Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 Nov 2023 11:01:58 +0200 Subject: [PATCH] Removed "defaultValue" that was causing redundant properties on model level --- properties_pane/model_level/modelLevelConfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/properties_pane/model_level/modelLevelConfig.json b/properties_pane/model_level/modelLevelConfig.json index be85e52..109916e 100644 --- a/properties_pane/model_level/modelLevelConfig.json +++ b/properties_pane/model_level/modelLevelConfig.json @@ -252,7 +252,6 @@ making sure that you maintain a proper JSON format. "propertyKeyword": "deferrable", "propertyTooltip": "\nA constraint that is not deferrable will be checked immediately after every command. Checking of constraints that are deferrable can be postponed until the end of the transaction", "propertyType": "select", - "defaultValue": "", "options": ["", "DEFERRABLE", "NOT DEFERRABLE"] }, { @@ -260,7 +259,6 @@ making sure that you maintain a proper JSON format. "propertyKeyword": "deferrableConstraintCheckTime", "propertyTooltip": "\nIf the constraint is INITIALLY IMMEDIATE, it is checked after each statement. This is the default. If the constraint is INITIALLY DEFERRED, it is checked only at the end of the transaction", "propertyType": "select", - "defaultValue": "", "options": ["", "INITIALLY IMMEDIATE", "INITIALLY DEFERRED"], "dependency": { "key": "customProperties.deferrable",