Skip to content

Commit

Permalink
Update voor vip-inheritance-matcher issue fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
bartcharbon committed Dec 7, 2020
1 parent 9c11a4a commit bce199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RecordTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export default Vue.extend({
return {
selector: ['s', this.sample.index, 'f', 'VIM'],
operator: '==',
args: "1"
args:1
};
},
createSampleDenovoQuery(): Query {
Expand Down

0 comments on commit bce199b

Please sign in to comment.