Skip to content

Commit 53fd4be

Browse files
Merge pull request #969 from griffithlab/hotfix_variant_add
Fix variant quick add not working
2 parents 2e46390 + 5c02e8e commit 53fd4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/app/forms/types/variant-select/variant-quick-add/variant-quick-add.form.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ export class CvcVariantQuickAddForm implements OnChanges {
202202
const id = changes.cvcGeneName.currentValue
203203
this.geneName$.next(id)
204204
}
205-
if (changes.cvcSearchString) {
205+
/* if (changes.cvcSearchString) {
206206
const name = changes.cvcSearchString.currentValue
207207
this.model = { ...this.model, name: name }
208-
}
208+
} */
209209
}
210210
}

0 commit comments

Comments
 (0)