[ADF-3513] - removed wrong slide from task-detail component (#3746)

This commit is contained in:
Vito
2018-09-06 12:26:26 +01:00
committed by Eugenio Romano
parent f5b69ebb98
commit 6c748cc24b
4 changed files with 14 additions and 13 deletions

View File

@@ -15,15 +15,6 @@
</h2>
</div>
<mat-slide-toggle
class="adf-task-details-toggle"
id="showHeaderToggle"
[color]="'primary'"
(change)="toggleHeaderContent()"
[checked]="showHeaderContent">
{{ 'PS-TAB.TASK-SHOW-HEADER'| translate }}
</mat-slide-toggle>
<div class="adf-task-details-core"
fxLayout="column"
fxLayoutGap="8px"