We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccddc6 commit 997b5a2Copy full SHA for 997b5a2
src/lin/model/admin.js
@@ -35,7 +35,7 @@ export default class Admin {
35
return get('cms/admin/permission')
36
}
37
38
- static async getAdminUsers({ group_id, count = this.uCount, page = this.uPag }) {
+ static async getAdminUsers({ group_id, count = this.uCount, page = this.uPage }) {
39
let res
40
if (group_id) {
41
res = await get('cms/admin/users', {
@@ -62,7 +62,7 @@ export default class Admin {
62
return this.getAdminUsers({})
63
64
65
- async getGroupsWithPermissions({ count = this.uCount, page = this.uPag }) {
+ async getGroupsWithPermissions({ count = this.uCount, page = this.uPage }) {
66
const res = await get('cms/admin/groups', {
67
count,
68
page,
0 commit comments