mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Fixes mis labeled HHTP field
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user