Commit ebe69065 authored by 5Amogh's avatar 5Amogh
Browse files

Hotfix: Request and load status based on districts

Showing with 3 additions and 3 deletions
+3 -3
......@@ -39,7 +39,7 @@
</ng-template>
<ng-container *ngTemplateOutlet="programDataset"></ng-container>
</mat-tab>
<!-- <mat-tab appTelemetryInteract>
<mat-tab appTelemetryInteract>
<ng-template mat-tab-label>
<span class="font-weight-bold">{{resourceService?.frmelmnts?.lbl?.graphs}}</span>
</ng-template>
......@@ -50,7 +50,7 @@
<span class="font-weight-bold">{{resourceService?.frmelmnts?.lbl?.table}}</span>
</ng-template>
<ng-container *ngTemplateOutlet="table"></ng-container>
</mat-tab> -->
</mat-tab>
</mat-tab-group>
</div>
......@@ -121,7 +121,7 @@
<mat-datepicker #picker></mat-datepicker>
</mat-form-field>
</div>
<ng-container *ngIf="pdFilters.length">
<ng-container *ngIf="pdFilters.length && tabIndex !== 1 && tabIndex !== 2">
<ng-container *ngFor="let filter of pdFilters">
<app-pd-filters [pdFilter]="filter" (filterChanged)="pdFilterChanged($event)"></app-pd-filters>
</ng-container>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment