Skip to content

Commit 910f047

Browse files
authored
Merge pull request #356 from keboola/de-fix-test-connection-sync-action-example
Fix test connection example
2 parents d34bde2 + fbd4893 commit 910f047

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

extend/component/ui-options/ui-examples/sync-action-examples.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,8 @@ When used in Python, the method does not need to return anything, or it can just
173173
{
174174
"test_connection": {
175175
"type": "button",
176-
"format": "sync-action",
177-
"propertyOrder": 30,
178-
"options": {
179-
"async": {
180-
"label": "TEST CONNECTION",
181-
"action": "validate_connection"
182-
}
183-
}
176+
"format": "test-connection",
177+
"propertyOrder": 30
184178
}
185179
}
186180
```

0 commit comments

Comments
 (0)