fix date, init order
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user