mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 03:38:37 -05:00
Fix linting errors
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { useField } from 'formik';
|
||||
import { FormGroup, InputGroup } from '@patternfly/react-core';
|
||||
import { PasswordInput } from '.';
|
||||
import PasswordInput from './PasswordInput';
|
||||
|
||||
function PasswordField(props) {
|
||||
const { id, name, label, validate, isRequired } = props;
|
||||
|
||||
Reference in New Issue
Block a user