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 53893e8 commit 230ab3bCopy full SHA for 230ab3b
plugins/sdk/frontend/public/templates/config.html
@@ -115,7 +115,7 @@ <h3 v-if="group.label" class="bu-mb-4" data-test-id="sdk-control-label">
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"
+ :class="'sdk-switch-select'"
119
placeholder="Select">
120
<el-option key="enabled" label="Enabled" value="enabled">
121
<span>Enabled<span v-if="getData[key].default === true" class="sdk-default-flag"> (Default)</span></span>
0 commit comments