mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
update prettyier
This commit is contained in:
@@ -66,10 +66,7 @@ function TeamForm(props) {
|
||||
onSubmit={handleSubmit}
|
||||
>
|
||||
{formik => (
|
||||
<Form
|
||||
autoComplete="off"
|
||||
onSubmit={formik.handleSubmit}
|
||||
>
|
||||
<Form autoComplete="off" onSubmit={formik.handleSubmit}>
|
||||
<FormColumnLayout>
|
||||
<TeamFormFields team={team} {...rest} />
|
||||
<FormSubmitError error={submitError} />
|
||||
|
||||
Reference in New Issue
Block a user