Skip to content

Commit

Permalink
Re-add CY ids in compose and vue
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinDY committed Dec 22, 2023
1 parent 17ed477 commit 737159f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
Expand Down
1 change: 1 addition & 0 deletions lib/vue/src/components/input/CInputSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<vue-select
v-model="_value"
v-bind="$attrs"
data-test-id="select"
:clearable="clearable"
:options="options"
:searchable="searchable"
Expand Down

0 comments on commit 737159f

Please sign in to comment.