Skip to content
Snippets Groups Projects
Commit 7c1a366b authored by AndiMajore's avatar AndiMajore
Browse files

fixed issue with analysis button selection

parent b0d81bd9
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@
<div *ngIf="collapseAnalysis">
<div class="card-content">
<div class="field"
*ngIf="!drugstoneConfig.config.showAdvAnalysisContent || drugstoneConfig.config.showAdvAnalysisContent.includes('drug-search')">
*ngIf="!drugstoneConfig.config.showAdvAnalysisContent || drugstoneConfig.config.showAdvAnalysisContent.includes('drug-target-search')">
<div
class="control"
pTooltip="Find drug targets for the selected proteins."
......@@ -254,7 +254,7 @@
</button>
</div>
</div>
<div class="field" *ngIf="!drugstoneConfig.config.showAdvAnalysisContent || drugstoneConfig.config.showAdvAnalysisContent.includes('drug-target-search')">
<div class="field" *ngIf="!drugstoneConfig.config.showAdvAnalysisContent || drugstoneConfig.config.showAdvAnalysisContent.includes('drug-search')">
<div
class="control"
pTooltip="Find drugs for the selected proteins."
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment