@hmcts/ccpay-web-component 5.0.1-beta50 → 5.0.1-beta51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccpay-web-component.umd.js +1 -0
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/add-remission/add-remission.component.js +2 -1
- package/esm5/lib/components/add-remission/add-remission.component.js +2 -1
- package/fesm2015/hmcts-ccpay-web-component.js +1 -0
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -0
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -7253,6 +7253,7 @@ var AddRemissionComponent = /** @class */ (function () {
|
|
|
7253
7253
|
*/
|
|
7254
7254
|
function (event) {
|
|
7255
7255
|
var _this = this;
|
|
7256
|
+
this.errorMessage = '';
|
|
7256
7257
|
event.preventDefault();
|
|
7257
7258
|
if (this.isFromServiceRequestPage && !this.isFromPaymentDetailPage) {
|
|
7258
7259
|
this.viewStatus = 'order-full-view';
|