mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
update prettyier
This commit is contained in:
parent
8d26d7861e
commit
cf3ed0dc88
@ -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} />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user