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.
2 parents 70eeb71 + c4dc2ed commit d01c232Copy full SHA for d01c232
plugins/remote-config/frontend/public/templates/create-condition.html
@@ -9,6 +9,7 @@
9
<div class="text-medium text-heading bu-mt-4">{{condition.name}}</div>
10
<div>
11
<el-input
12
+ :test-id="'add-value-for-selected-condition-' + condition.name"
13
v-model ="condition.value"
14
placeholder="Enter condition value">
15
<el-button type="text" slot="suffix" @click="openJsonEditorForCondition" class="cly-vue-remote-config-parameters-drawer__autocomplete-button">{ }</el-button>
0 commit comments