mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
Fixes bug where source list page would crash if first sync was running
This commit is contained in:
committed by
Shane McDonald
parent
da951714d1
commit
8c1cd9ee71
@@ -25,7 +25,7 @@ import InventorySourceListItem from './InventorySourceListItem';
|
||||
import useWsInventorySources from './useWsInventorySources';
|
||||
import { relatedResourceDeleteRequests } from '../../../util/getRelatedResourceDeleteDetails';
|
||||
|
||||
const QS_CONFIG = getQSConfig('inventory-sources', {
|
||||
const QS_CONFIG = getQSConfig('inventory_sources', {
|
||||
page: 1,
|
||||
page_size: 20,
|
||||
order_by: 'name',
|
||||
|
||||
Reference in New Issue
Block a user