Skip to content

Commit

Permalink
SchemeDetail: Search birectional for Available Mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Jun 11, 2019
1 parent fc69362 commit d78c995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/SchemeDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
fromScheme: isLeft ? $util.notation(item) : null,
fromNotation: isLeft ? '' : null,
toScheme: !isLeft ? $util.notation(item) : null,
toNotation: !isLeft ? '' : null
toNotation: !isLeft ? '' : null,
direction: 'both'
})">
{{ $t("schemeDetail.availableMappings") }}
</a>
Expand Down

0 comments on commit d78c995

Please sign in to comment.