From ab6511a833ef1afd08b47060f5d10a2bd4cb0759 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Tue, 7 Mar 2023 15:38:03 -0500 Subject: [PATCH] fix ui lint --- .../Inventory/shared/InventorySourceSubForms/SCMSubForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/src/screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js b/awx/ui/src/screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js index 1217ca3ba0..043ddcebe7 100644 --- a/awx/ui/src/screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js +++ b/awx/ui/src/screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js @@ -13,6 +13,7 @@ import { required } from 'util/validators'; import CredentialLookup from 'components/Lookup/CredentialLookup'; import ProjectLookup from 'components/Lookup/ProjectLookup'; import Popover from 'components/Popover'; +import FormField from 'components/FormField'; import { OptionsField, SourceVarsField, @@ -22,7 +23,6 @@ import { HostFilterField, } from './SharedFields'; import getHelpText from '../Inventory.helptext'; -import FormField from 'components/FormField'; const SCMSubForm = ({ autoPopulateProject }) => { const helpText = getHelpText();