mirror of
https://github.com/ansible/awx.git
synced 2026-09-16 08:50:10 -02:30
Initialize paginate queryset with an empty object
This commit is contained in:
@@ -28,7 +28,7 @@ function ListJobsController (
|
||||
// smart-search
|
||||
const name = 'jobs';
|
||||
const iterator = 'job';
|
||||
let paginateQuerySet = null;
|
||||
let paginateQuerySet = {};
|
||||
|
||||
let launchModalOpen = false;
|
||||
let refreshAfterLaunchClose = false;
|
||||
|
||||
Reference in New Issue
Block a user