mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Swap underscore for hyphen
This commit is contained in:
committed by
Shane McDonald
parent
8c1cd9ee71
commit
32cee852f0
@@ -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