Skip to content

Commit

Permalink
POC-746 added data for HEI
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqedme committed Jun 6, 2024
1 parent fc99ebf commit fa3ef39
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ <h4 *ngIf="!statusError">
<strong>Viewing a Draft Version of the Report for the chosen month. </strong>
This report is likely to change without warning.
</div>
<<<<<<< HEAD
<div style="padding: 20px; font-size: 12px !important" #contentToSnapshot *ngIf="heiRegisterData && heiRegisterData.length > 0">
<div class="table-responsive">
<div class="row">
Expand Down Expand Up @@ -204,22 +203,4 @@ <h4 *ngIf="!statusError">
</tbody>
</table>
</div>
=======
<div>
<p-tabView>
<p-tabPanel
header="Report View"
leftIcon="fa-file-pdf-o"
[selected]="currentViewBelow === 'pdf'"
>
<!-- <app-tx-ml-report-view
[SummaryData]="txnewReportSummaryData"
[sectionDefs]="columnDefs"
(CellSelection)="onIndicatorSelected($event)"
[reportDetails]="params"
[reportHeader]="reportName"
></app-tx-ml-report-view> -->
</p-tabPanel>
</p-tabView>
>>>>>>> 5a10e2ced60a126cc968401baba2937d202f09f9
</div>

0 comments on commit fa3ef39

Please sign in to comment.