diff --git a/src/app/components/playground/sidebar/sidebar.component.html b/src/app/components/playground/sidebar/sidebar.component.html index 612da2dcf62a8aa59d4714e53e138558b2fd3116..1d19b48917af2d86eb568aa9e52e803220e9bc20 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"