Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/hotfix' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Dec 8, 2023
2 parents 70c6622 + 53fd4be commit 87c9d78
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 87c9d78

Please sign in to comment.