Skip to content
Snippets Groups Projects
Commit 8994a8bb authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #7721 starter contact group front

parent a52bbd9b
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ export class ContactsGroupsAdministrationComponent implements OnInit { ...@@ -58,7 +58,7 @@ export class ContactsGroupsAdministrationComponent implements OnInit {
this.http.get(this.coreUrl + 'rest/contactsGroups') this.http.get(this.coreUrl + 'rest/contactsGroups')
.subscribe((data) => { .subscribe((data) => {
this.contactsGroups = data['actions']; this.contactsGroups = data['contactsGroups'];
this.loading = false; this.loading = false;
setTimeout(() => { setTimeout(() => {
this.dataSource = new MatTableDataSource(this.contactsGroups); this.dataSource = new MatTableDataSource(this.contactsGroups);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment