Skip to content

Commit

Permalink
Merge pull request #958 from opencb/TASK-6608
Browse files Browse the repository at this point in the history
TASK-6608 - Removing GeneRoleInCancer from Active filter does not unmark them from clinical>GeneRoleInCancer left filter panel (only in variant browser)
  • Loading branch information
jmjuanes authored Aug 13, 2024
2 parents d83ec62 + 08f1c88 commit 74d0595
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/webcomponents/variant/variant-browser-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,11 @@ export default class VariantBrowserFilter extends LitElement {
content = html`
<role-in-cancer-filter
.config="${subsection.params?.rolesInCancer || ROLE_IN_CANCER}"
.roleInCancer=${this.preparedQuery.generoleInCancer}
.roleInCancer="${this.preparedQuery.geneRoleInCancer}"
.disabled="${disabled}"
@filterChange="${e => this.onFilterChange("geneRoleInCancer", e.detail.value)}">
</role-in-cancer-filter>`;
</role-in-cancer-filter>
`;
break;
case "proteinSubstitutionScore":
content = html`
Expand Down

0 comments on commit 74d0595

Please sign in to comment.