diff --git a/awx/ui/client/src/notifications/add/add.controller.js b/awx/ui/client/src/notifications/add/add.controller.js index bd7fc04e5f..3197dd310c 100644 --- a/awx/ui/client/src/notifications/add/add.controller.js +++ b/awx/ui/client/src/notifications/add/add.controller.js @@ -90,7 +90,7 @@ export default ['Rest', 'Wait', 'NotificationsFormObject', $scope.httpMethodChoices = [ {'id': 'POST', 'name': i18n._('POST')}, - {'id': 'POST', 'name': i18n._('PUT')}, + {'id': 'PUT', 'name': i18n._('PUT')}, ]; CreateSelect2({ element: '#notification_template_http_method',