Skip to content

Commit ce9ba0c

Browse files
author
unknown
committed
not-null checkbox rollback
1 parent 6a29535 commit ce9ba0c

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -193,33 +193,7 @@ making sure that you maintain a proper JSON format.
193193
"propertyName": "Not null",
194194
"propertyKeyword": "required",
195195
"enableForReference": true,
196-
"propertyType": "checkbox",
197-
"dependency": {
198-
"key": "primaryKey",
199-
"value": true
200-
},
201-
"disabled": true,
202-
"defaultValue": true
203-
},
204-
{
205-
"propertyName": "Not null",
206-
"propertyKeyword": "required",
207-
"enableForReference": true,
208-
"propertyType": "checkbox",
209-
"dependency": {
210-
"type": "or",
211-
"values": [
212-
{
213-
"key": "primaryKey",
214-
"value": false
215-
},
216-
{
217-
"key": "primaryKey",
218-
"exists": false
219-
}
220-
]
221-
},
222-
"defaultValue": false
196+
"propertyType": "checkbox"
223197
},
224198
"default",
225199
{

0 commit comments

Comments
 (0)