diff --git a/awx/ui_next/src/components/JobList/JobList.jsx b/awx/ui_next/src/components/JobList/JobList.jsx index 2ea00f415d..41e0be21d1 100644 --- a/awx/ui_next/src/components/JobList/JobList.jsx +++ b/awx/ui_next/src/components/JobList/JobList.jsx @@ -33,7 +33,7 @@ function JobList({ i18n, defaultParams, showTypeColumn = false }) { not__launch_type: 'sync', ...defaultParams, }, - ['page', 'page_size'] + ['id', 'page', 'page_size'] ); const [selected, setSelected] = useState([]);