Skip to content

Commit

Permalink
Merge pull request #454 from iobio/tony_dev_442
Browse files Browse the repository at this point in the history
For paper - Phenotype terms prepopulated when loading own data #442
  • Loading branch information
tonydisera authored Jan 4, 2022
2 parents d3617ef + 733a43d commit 2a8e799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pages/ClinHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ export default {
else if(self.customData){
self.$ga.event('launch_type', 'Standalone', 'Custom data');
self.analysis = analysisData;
self.analysis.payload.demoTextNote = ""
self.idAnalysis = self.analysis.id;
if(!self.importedCustomVariants){
self.analysis.payload.variants = [];
Expand Down

0 comments on commit 2a8e799

Please sign in to comment.