initialized dashoboard's sort-by on modified

This commit is contained in:
Sofia Papacharalampous 2024-05-29 14:59:13 +03:00
parent 68b5bc7dd6
commit e20afa164c
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ export class RecentEditedActivityComponent extends BaseComponent implements OnIn
.pipe(takeUntil(this._destroyed))
.subscribe(x => this.refresh());
if (!this.formGroup.get('order').value) this.formGroup.get('order').setValue(this.order.UpdatedAt);
this.refresh();
}