initialized dashoboard's sort-by on modified
This commit is contained in:
parent
68b5bc7dd6
commit
e20afa164c
|
@ -118,6 +118,8 @@ export class RecentEditedActivityComponent extends BaseComponent implements OnIn
|
||||||
.pipe(takeUntil(this._destroyed))
|
.pipe(takeUntil(this._destroyed))
|
||||||
.subscribe(x => this.refresh());
|
.subscribe(x => this.refresh());
|
||||||
|
|
||||||
|
if (!this.formGroup.get('order').value) this.formGroup.get('order').setValue(this.order.UpdatedAt);
|
||||||
|
|
||||||
this.refresh();
|
this.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue