Skip to content

Commit

Permalink
Merge pull request #83 from molgenis/feat/export
Browse files Browse the repository at this point in the history
Add artifacts to notes:class options
  • Loading branch information
bartcharbon authored Nov 17, 2020
2 parents d072aa2 + 3c4fa0a commit 38ff849
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molgenis/vip-report-template",
"version": "1.2.0",
"version": "1.2.1",
"description": "Report Template for Variant Call Format (VCF) Report Generator",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
3 changes: 2 additions & 1 deletion src/components/annotation/ClassificationAnnotation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default Vue.extend({
{ value: 'LP', text: 'LP' },
{ value: 'VUS', text: 'VUS' },
{ value: 'LB', text: 'LB' },
{ value: 'B', text: 'B' }
{ value: 'B', text: 'B' },
{ value: 'ART', text: 'ART' }
]
};
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"geneMatch": "Gene Y/N",
"class": "Class",
"txt": "Comments",
"annotations": "Annotations",
"annotations": "Notes",
"new": "New",
"open": "Open...",
"save": "Save...",
Expand Down

0 comments on commit 38ff849

Please sign in to comment.