Skip to content

Commit

Permalink
Merge pull request #959 from opencb/TASK-6605
Browse files Browse the repository at this point in the history
TASK-6605 - Clinical filters in Variant Browser have always disabled disease panel `filters by xxx` even with a disease panel selected
  • Loading branch information
gpveronica authored Aug 22, 2024
2 parents 02d77f4 + 5404618 commit 1aa01c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/webcomponents/commons/forms/select-field-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ export default class SelectFieldFilter extends LitElement {
}

updated(changedProperties) {
if (changedProperties.has("data")) {
// this._config = {...this.getDefaultConfig(), ...this.config};
if (changedProperties.has("data") || changedProperties.has("config")) {
this.loadData();
}

Expand Down

0 comments on commit 1aa01c0

Please sign in to comment.