Show error body when license application fails

This commit is contained in:
mabashian 2019-09-30 12:09:24 -04:00
parent 505dcf9dd2
commit a61306580a

View File

@ -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')
});
});