Skip to content

Commit

Permalink
wc: minor code fixes in rd-tiering-analysis component #TASK-4868
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Oct 20, 2023
1 parent 0f0f6a8 commit 237bbba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/webcomponents/clinical/analysis/rd-tiering-analysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
*/

import {LitElement, html} from "lit";
import FormUtils from "../../commons/forms/form-utils";
import AnalysisUtils from "../../commons/analysis/analysis-utils";
import AnalysisUtils from "../../commons/analysis/analysis-utils.js";
import UtilsNew from "../../../core/utils-new.js";
import "../../commons/forms/data-form.js";
import "../../commons/filters/catalog-search-autocomplete.js";
Expand Down Expand Up @@ -87,7 +86,7 @@ export default class RdTieringAnalysis extends LitElement {
return null;
}

onFieldChange(e, field) {
onFieldChange() {
this.toolParams = {...this.toolParams};
this.requestUpdate();
}
Expand Down

0 comments on commit 237bbba

Please sign in to comment.