Skip to content

Commit

Permalink
Update components/annot-categorical.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Urchs <[email protected]>
  • Loading branch information
rmanaem and surchs authored Oct 26, 2023
1 parent 8d4284b commit 6205096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/annot-categorical.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{{ uiText.missingValueButton }}
</b-button>
</template>
<template #cell(isControl)="row" v-if="activeCategory == 'Diagnosis'">
<template #cell(isControl)="row" v-if="activeCategory === 'Diagnosis'">
<b-button
:data-cy="'isControlButton_' + row.index"
variant="info"
Expand Down

0 comments on commit 6205096

Please sign in to comment.