Re-add CY ids in compose and vue
This commit is contained in:
parent
17ed47744e
commit
737159f7e4
@ -58,6 +58,7 @@
|
|||||||
<b-input-group-append>
|
<b-input-group-append>
|
||||||
<b-button
|
<b-button
|
||||||
v-b-tooltip.hover="{ title: $t('tooltip.field'), container: '#body' }"
|
v-b-tooltip.hover="{ title: $t('tooltip.field'), container: '#body' }"
|
||||||
|
data-test-id="button-configure-field"
|
||||||
variant="light"
|
variant="light"
|
||||||
:disabled="!value.cap.configurable"
|
:disabled="!value.cap.configurable"
|
||||||
@click.prevent="$emit('edit')"
|
@click.prevent="$emit('edit')"
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
<vue-select
|
<vue-select
|
||||||
v-model="_value"
|
v-model="_value"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
|
data-test-id="select"
|
||||||
:clearable="clearable"
|
:clearable="clearable"
|
||||||
:options="options"
|
:options="options"
|
||||||
:searchable="searchable"
|
:searchable="searchable"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user