Fixes bug where source list page would crash if first sync was running

This commit is contained in:
mabashian
2021-06-10 15:06:13 -04:00
committed by Shane McDonald
parent da951714d1
commit 8c1cd9ee71

View File

@@ -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',