From 8c1cd9ee7148a6e78f8827452da5f9d08f343539 Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 10 Jun 2021 15:06:13 -0400 Subject: [PATCH] Fixes bug where source list page would crash if first sync was running --- .../screens/Inventory/InventorySources/InventorySourceList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceList.jsx b/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceList.jsx index ee05909ba4..e3274c19a2 100644 --- a/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceList.jsx +++ b/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceList.jsx @@ -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',