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:
softwarefactory-project-zuul[bot] 2020-12-15 18:50:24 +00:00 committed by GitHub
commit bbcf12b4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}