Skip to content

Commit

Permalink
MOSIP-30404 : sorting fix.
Browse files Browse the repository at this point in the history
Signed-off-by: sudeep <sudeep.j7353@gmail.com>
  • Loading branch information
Sudeep7353 committed Nov 29, 2023
1 parent dcea854 commit c2a5821
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export class PartnerReportsComponent implements OnInit {
}
this.dataSource = new MatTableDataSource<ReportModel>(reports);
this.dataSource.paginator = this.paginator;
this.dataSource.sort = this.sort;
}

async fetchPartnerReportList(reportStatus: string) {
Expand Down

0 comments on commit c2a5821

Please sign in to comment.