GAMariaF / fullFres

Database med import/eksportmuligheter og GUI for tolkning av sekvensvarianter fra tumorsekvensering
MIT License
3 stars 0 forks source link

If oncogenicity is set, but then removed, zero is shown when instead there should not be any value shown at all. #74

Closed SigveLan closed 1 year ago

GAMariaF commented 1 year ago

Added to VariantTable.vue and Control.vue

if (this.oncoScore == 0){
  this.oncoScore = "";
}