RED-4579 - fixed sort for audit screen

This commit is contained in:
Timo Bejan 2023-01-27 19:59:26 +07:00
parent 7e6e475ed8
commit fbdfc4d279

View File

@ -73,6 +73,7 @@ export class AuditScreenComponent extends ListingComponent<Audit> implements OnI
}
async ngOnInit() {
this.sortingService.setSortingOption({ column: 'recordDate', order: 'desc' });
await this._fetchData();
}