mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-29 11:21:49 -05:00
Initialize paginate queryset with an empty object
This commit is contained in:
@@ -13,7 +13,7 @@ function projectsListController (
|
||||
) {
|
||||
const vm = this || {};
|
||||
const [ProjectModel] = resolvedModels;
|
||||
let paginateQuerySet = null;
|
||||
let paginateQuerySet = {};
|
||||
$scope.canAdd = ProjectModel.options('actions.POST');
|
||||
|
||||
vm.strings = strings;
|
||||
|
||||
Reference in New Issue
Block a user