mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Fixes mis labeled HHTP field
This commit is contained in:
parent
3b2ff25f3c
commit
d31851820a
@ -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