Skip to content

Commit

Permalink
Merge pull request #180 from CogStack/remove-icd-opcs-refs
Browse files Browse the repository at this point in the history
8693j9e13: Remove previously removed event handlers for ICD / OPCS codes
  • Loading branch information
tomolopolis authored Feb 19, 2024
2 parents a30f468 + dc1f549 commit c7aff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/frontend/src/views/TrainAnnotations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<concept-summary v-if="!conceptSynonymSelection && !hasRelations" :selectedEnt="currentEnt" :altSearch="altSearch"
:project="project" :searchFilterDBIndex="searchFilterDBIndex"
@select:altConcept="markAlternative"
@select:alternative="toggleAltSearch" @select:ICD="markICD" @select:OPCS="markOPCS"
@select:alternative="toggleAltSearch"
@updated:entityComment="markEntity(false)"
class="concept-summary"></concept-summary>
<b-tabs v-if="!conceptSynonymSelection && hasRelations">
Expand Down

0 comments on commit c7aff82

Please sign in to comment.