update to latest js apiclient
This commit is contained in:
parent
54177205c7
commit
799eebc9ed
6 changed files with 10 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
loadPageData: function () {
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
ApiClient.getAllUsers().done(UserProfilesPage.renderUsers);
|
||||
ApiClient.getUsers().done(UserProfilesPage.renderUsers);
|
||||
},
|
||||
|
||||
renderUsers: function (users) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue