seimin 7 kuukautta sitten
vanhempi
commit
1f1a35fb43

+ 1 - 1
src/app/components/incidentManagement/incident-handle/incident-handle.component.html

@@ -13,7 +13,7 @@
13 13
           <app-incident-handle-info [incidentData]="incidentData" (changeCategoryHs)="changeCategoryHs($event)" *ngIf="itsmSimpleHandle.value == 0"></app-incident-handle-info>
14 14
           <app-incident-handle-info-simple [incidentData]="incidentData" *ngIf="itsmSimpleHandle.value == 1"></app-incident-handle-info-simple>
15 15
         </div>
16
-        <ng-container *ngIf="activeTabValue === 2">
16
+        <ng-container [hidden]="activeTabValue !== 2">
17 17
           <app-incident-handle-order [id]="id"></app-incident-handle-order>
18 18
         </ng-container>
19 19
       </overlay-scrollbars>