Skip to content
Snippets Groups Projects
Commit a309574e authored by Hartung, Michael's avatar Hartung, Michael
Browse files

bugfix: playground DPI-variable was linked to PPI-variable

parent b7f089c5
Branches
No related tags found
1 merge request!6Development
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
[items]="filterDatasets(dataLists.drugProtInterList, getConfig('licensedDatasets'))" [items]="filterDatasets(dataLists.drugProtInterList, getConfig('licensedDatasets'))"
[model]="getConfigOrDefault('interactionDrugProtein', 'NeDRex')" [model]="getConfigOrDefault('interactionDrugProtein', 'NeDRex')"
tooltip="Select the dataset of drug-protein information that is later used in functions like 'Drug Search' and 'Quick Drug Search'." tooltip="Select the dataset of drug-protein information that is later used in functions like 'Drug Search' and 'Quick Drug Search'."
(onChange)="changeConfig('interactionProteinProtein', $event)" (onChange)="changeConfig('interactionDrugProtein', $event)"
></app-dropdown> ></app-dropdown>
<app-dropdown <app-dropdown
label="Protein-Disease Association DB" label="Protein-Disease Association DB"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment