@hmcts/ccpay-web-component 5.0.2-beta60 → 5.0.2-beta61
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
|
@@ -7453,6 +7453,7 @@ var AddRemissionComponent = /** @class */ (function () {
|
|
|
7453
7453
|
}
|
|
7454
7454
|
if (this.fees && this.viewCompStatus === 'issuerefund') {
|
|
7455
7455
|
this.refundFeesList();
|
|
7456
|
+
this.gotoIssuePage();
|
|
7456
7457
|
}
|
|
7457
7458
|
if (this.viewCompStatus === '') {
|
|
7458
7459
|
this.viewStatus = 'main';
|