mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Merge pull request #8891 from AlexSCorey/8817-fix
Fix misnamed webhook field Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -487,7 +487,7 @@ function WebhookFields({ i18n }) {
|
|||||||
validated={
|
validated={
|
||||||
!methodMeta.touched || !methodMeta.error ? 'default' : 'error'
|
!methodMeta.touched || !methodMeta.error ? 'default' : 'error'
|
||||||
}
|
}
|
||||||
label={i18n._(t`E-mail options`)}
|
label={i18n._(t`HTTP Method`)}
|
||||||
>
|
>
|
||||||
<AnsibleSelect
|
<AnsibleSelect
|
||||||
{...methodField}
|
{...methodField}
|
||||||
|
|||||||
Reference in New Issue
Block a user