We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5acfb commit c2dbac4Copy full SHA for c2dbac4
plugins/sdk/frontend/public/templates/config.html
@@ -112,6 +112,7 @@ <h3 v-if="group.label" class="bu-mb-4" data-test-id="sdk-control-label">
112
<el-select
113
v-else-if="getData[key].type === 'switch'"
114
:test-id="slugFor(key)"
115
+ :data-test-id="slugFor(key) + '-el-switch-wrapper'"
116
@change="onChange(key, $event === 'enabled')"
117
:value="getData[key].value ? 'enabled' : 'disabled'"
118
class="sdk-switch-select"
0 commit comments