mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-13 03:51:37 +00:00
Merge branch 'master' of https://github.com/withinpixels/fuse2
This commit is contained in:
commit
5574e3f729
@ -21,7 +21,7 @@ export class FuseNgxDatatableComponent implements OnInit
|
||||
{
|
||||
this.http.get('api/contacts-contacts')
|
||||
.subscribe((contacts: any) => {
|
||||
this.rows = contacts.data;
|
||||
this.rows = contacts;
|
||||
this.loadingIndicator = false;
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user