Skip to content

Commit

Permalink
Fix variant quick add not working
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Dec 8, 2023
1 parent 2e46390 commit 5c02e8e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ export class CvcVariantQuickAddForm implements OnChanges {
const id = changes.cvcGeneName.currentValue
this.geneName$.next(id)
}
if (changes.cvcSearchString) {
/* if (changes.cvcSearchString) {
const name = changes.cvcSearchString.currentValue
this.model = { ...this.model, name: name }
}
} */
}
}

0 comments on commit 5c02e8e

Please sign in to comment.