mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
move OptionsList to components; add launch prompt tests
This commit is contained in:
@@ -6,8 +6,7 @@ import { useField } from 'formik';
|
||||
import { InventoriesAPI } from '@api';
|
||||
import { getQSConfig, parseQueryString } from '@util/qs';
|
||||
import useRequest from '@util/useRequest';
|
||||
// TODO move OptionsList out of Lookup/shared
|
||||
import { OptionsList } from '@components/Lookup';
|
||||
import OptionsList from '@components/OptionsList';
|
||||
import ContentLoading from '@components/ContentLoading';
|
||||
|
||||
const QS_CONFIG = getQSConfig('inventory', {
|
||||
|
||||
Reference in New Issue
Block a user