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-button
|
||||
v-b-tooltip.hover="{ title: $t('tooltip.field'), container: '#body' }"
|
||||
data-test-id="button-configure-field"
|
||||
variant="light"
|
||||
:disabled="!value.cap.configurable"
|
||||
@click.prevent="$emit('edit')"
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
<vue-select
|
||||
v-model="_value"
|
||||
v-bind="$attrs"
|
||||
data-test-id="select"
|
||||
:clearable="clearable"
|
||||
:options="options"
|
||||
:searchable="searchable"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user