Skip to content

Commit

Permalink
Merge branch 'release-3.x.x' into TASK-6838
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes authored Sep 25, 2024
2 parents 6fc4d97 + b45bf93 commit 83f0c76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class VariantInterpreterBrowserCancer extends LitElement {

// 2. Add default initial query the active filter menu
_activeFilterFilters.unshift({
id: "Default Initial Query",
id: "Default Filter",
active: false,
query: this.query,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class VariantInterpreterBrowserCNV extends LitElement {

// 2. Add default initial query the active filter menu
_activeFilterFilters.unshift({
id: "Default Initial Query",
id: "Default Filter",
active: false,
query: this.query,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class VariantInterpreterBrowserRd extends LitElement {

// 2. Add default initial query the active filter menu
_activeFilterFilters.unshift({
id: "Default Initial Query",
id: "Default Filter",
active: false,
query: this.query,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class VariantInterpreterBrowserRearrangement extends LitElement {

// 2. Add default initial query the active filter menu
_activeFilterFilters.unshift({
id: "Default Initial Query",
id: "Default Filter",
active: false,
query: this.query,
});
Expand Down

0 comments on commit 83f0c76

Please sign in to comment.