Skip to content

Commit 7bc5186

Browse files
committed
Fix UX for Ignore SSL checkbox
1 parent 2f6de8a commit 7bc5186

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python-connectors/api-connect_dataset/connector.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@
225225
},
226226
{
227227
"name": "ignore_ssl_check",
228-
"label": "Ignore SSL check",
228+
"label": " ",
229+
"description": "Ignore SSL check",
229230
"type": "BOOLEAN",
230231
"visibilityCondition": "model.auth_type!='secure_oauth' && model.auth_type!='secure_basic'",
231232
"defaultValue": false

0 commit comments

Comments
 (0)