Skip to content

Commit c29c976

Browse files
committed
wc: minor code improvements in clinical-pharmacogenomics-registry #TASK-8076
1 parent f718c30 commit c29c976

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/webcomponents/clinical/pharmacogenomics/clinical-pharmacogenomics-registry.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ export default class ClinicalPharmacogenomicsRegistry extends LitElement {
5050
}
5151

5252
onFieldChange(event) {
53-
this.notifyParamsChange();
54-
}
55-
56-
57-
58-
notifyParamsChange() {
5953
LitUtils.dispatchCustomEvent(this, "paramsChange", null, {
6054
genotypingFileContent: this._data.genotypingFileContent,
6155
cnvGenotypingFileContent: this._data.cnvGenotypingFileContent,

0 commit comments

Comments
 (0)