Swap underscore for hyphen

This commit is contained in:
mabashian 2021-06-10 16:42:03 -04:00
parent 25aae9abc6
commit ae83032ff3

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