Skip to content

Commit

Permalink
Merge branch 'master' into getJSONOutput-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Oct 26, 2023
2 parents 71e9410 + 9042a6f commit f73fe56
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 f73fe56

Please sign in to comment.