Swap underscore for hyphen

This commit is contained in:
mabashian 2021-06-10 16:42:03 -04:00 committed by Shane McDonald
parent 8c1cd9ee71
commit 32cee852f0
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

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