fix date, init order

This commit is contained in:
_Bastler
2021-12-15 13:11:20 +01:00
parent 89bdb49662
commit 6158076c44
3 changed files with 7 additions and 1 deletions
@@ -17,6 +17,7 @@ export class PermissionsComponent implements OnInit {
ngOnInit(): void {
this.datetimeformat = this.i18n.get('format.datetime', []);
this.sortData({ "active": "name", "direction": "asc" });
}
sortData(sort: Sort) {