Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Oct 22, 2024
1 parent 3d298a3 commit 89abc59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 411 deletions.
7 changes: 6 additions & 1 deletion packages/synapse-bridge/src/patterns/NirField/NirField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ export default defineComponent({
/>
</template>
</VTextField>

<div id="number-field-errors" class="d-sr-only">
{{ numberErrors.join(' ') }}
</div>
<template v-if="!isSingleField">
<VTextField
ref="keyField"
Expand Down Expand Up @@ -373,6 +375,9 @@ export default defineComponent({
/>
</template>
</VTextField>
<div id="key-field-errors" class="d-sr-only">
{{ keyErrors.join(' ') }}
</div>
</template>

<VTooltip v-if="tooltip" v-bind="options.tooltip">
Expand Down
Loading

0 comments on commit 89abc59

Please sign in to comment.