We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e46390 + 5c02e8e commit 53fd4beCopy full SHA for 53fd4be
client/src/app/forms/types/variant-select/variant-quick-add/variant-quick-add.form.ts
@@ -202,9 +202,9 @@ export class CvcVariantQuickAddForm implements OnChanges {
202
const id = changes.cvcGeneName.currentValue
203
this.geneName$.next(id)
204
}
205
- if (changes.cvcSearchString) {
+/* if (changes.cvcSearchString) {
206
const name = changes.cvcSearchString.currentValue
207
this.model = { ...this.model, name: name }
208
- }
+ } */
209
210
0 commit comments