From a309574e4d1eb93c25836eb5d7223e92741905c8 Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" <michael.hartung@uni-hamburg.de> Date: Wed, 19 Apr 2023 16:18:50 +0200 Subject: [PATCH] bugfix: playground DPI-variable was linked to PPI-variable --- src/app/components/playground/sidebar/sidebar.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/playground/sidebar/sidebar.component.html b/src/app/components/playground/sidebar/sidebar.component.html index 612da2d..1d19b48 100644 --- a/src/app/components/playground/sidebar/sidebar.component.html +++ b/src/app/components/playground/sidebar/sidebar.component.html @@ -62,7 +62,7 @@ [items]="filterDatasets(dataLists.drugProtInterList, getConfig('licensedDatasets'))" [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'." - (onChange)="changeConfig('interactionProteinProtein', $event)" + (onChange)="changeConfig('interactionDrugProtein', $event)" ></app-dropdown> <app-dropdown label="Protein-Disease Association DB" -- GitLab