mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -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:
commit
bbcf12b4fc
@ -487,7 +487,7 @@ function WebhookFields({ i18n }) {
|
||||
validated={
|
||||
!methodMeta.touched || !methodMeta.error ? 'default' : 'error'
|
||||
}
|
||||
label={i18n._(t`E-mail options`)}
|
||||
label={i18n._(t`HTTP Method`)}
|
||||
>
|
||||
<AnsibleSelect
|
||||
{...methodField}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user