Skip to content

Commit b67a980

Browse files
committed
Configs: fix dependencies
1 parent 6860427 commit b67a980

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

properties_pane/container_level/containerLevelConfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,11 @@ making sure that you maintain a proper JSON format.
195195
"propertyType": "numeric",
196196
"valueType": "number",
197197
"dependency": {
198-
"key": "autopilot",
199-
"value": false
198+
"type": "not",
199+
"values": {
200+
"key": "autopilot",
201+
"value": true
202+
}
200203
}
201204
},
202205
{

0 commit comments

Comments
 (0)