Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Dec 14, 2023
2 parents f27ea24 + 9ee52c4 commit 8aa7888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ export class CvcVariantQuickAddForm implements OnChanges {
const id = changes.cvcGeneName.currentValue
this.geneName$.next(id)
}
if (changes.cvcSearchString) {
/* if (changes.cvcSearchString) {
const name = changes.cvcSearchString.currentValue
this.model = { ...this.model, name: name }
}
} */
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<nz-descriptions-item nzTitle="Resources">
<cvc-tag-list>
<cvc-link-tag
[href]="'http://dgidb.org/genes/' + gene.name"
[href]="'https://dgidb.org/results?searchType=gene&searchTerms=' + gene.name"
[tooltip]="'View ' + gene.name + ' on DGIdb'">
DGIdb
</cvc-link-tag>
Expand Down

0 comments on commit 8aa7888

Please sign in to comment.