diff --git a/awx/ui/client/src/license/license.controller.js b/awx/ui/client/src/license/license.controller.js index c0f9012edf..c085076fc7 100644 --- a/awx/ui/client/src/license/license.controller.js +++ b/awx/ui/client/src/license/license.controller.js @@ -229,9 +229,8 @@ export default }, 4000); } }); - }).catch(({data, status}) => { - Wait('stop'); - ProcessErrors($scope, data, status, null, { + }).catch((err) => { + ProcessErrors($scope, err, null, null, { hdr: i18n._('Error Applying License') }); });