3
0

Re-add CY ids in compose and vue

This commit is contained in:
Katrin Yordanova 2023-12-22 17:43:48 +02:00
parent 17ed47744e
commit 737159f7e4
2 changed files with 2 additions and 0 deletions

View File

@ -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')"

View File

@ -2,6 +2,7 @@
<vue-select
v-model="_value"
v-bind="$attrs"
data-test-id="select"
:clearable="clearable"
:options="options"
:searchable="searchable"