mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Swap underscore for hyphen
This commit is contained in:
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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user