Skip to content

Commit

Permalink
Remove button to clear concept
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Nov 5, 2019
1 parent e3c0005 commit ac05d65
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/ConceptDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@
'concept-mappingsExist': loadConceptsMappedStatus && $store.getters.mappedStatus(item, isLeft),
'concept-mappingsDoNotExist': loadConceptsMappedStatus && !$store.getters.mappedStatus(item, isLeft)
}">
<!-- Button to clear scheme -->
<div
v-b-tooltip.hover="{ title: $t('conceptDetail.clearConcept'), delay: $util.delay.medium }"
class="button conceptDetail-name-clearButton"
@click="$router.push({ path: getRouterUrl(selected.scheme[isLeft], isLeft) })">
<font-awesome-icon icon="times-circle" />
</div>
<item-name
:item="item"
:is-highlighted="true"
Expand Down

0 comments on commit ac05d65

Please sign in to comment.