RED-4579 - fixed sort for audit screen
This commit is contained in:
parent
7e6e475ed8
commit
fbdfc4d279
@ -73,6 +73,7 @@ export class AuditScreenComponent extends ListingComponent<Audit> implements OnI
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
this.sortingService.setSortingOption({ column: 'recordDate', order: 'desc' });
|
||||
await this._fetchData();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user