diff --git a/src/Components/CreateImageWizard/steps/Users/component/UserInfo.tsx b/src/Components/CreateImageWizard/steps/Users/component/UserInfo.tsx index 1a84cfa6..38353521 100644 --- a/src/Components/CreateImageWizard/steps/Users/component/UserInfo.tsx +++ b/src/Components/CreateImageWizard/steps/Users/component/UserInfo.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import { Form, FormGroup } from '@patternfly/react-core'; +import { FormGroup } from '@patternfly/react-core'; import { useAppDispatch, useAppSelector } from '../../../../../store/hooks'; import { @@ -38,7 +38,7 @@ const UserInfo = () => { }; return ( -
+ <> { fieldName="userPassword" /> -
+ ); };