@hmcts/ccpay-web-component 5.0.1-beta121 → 5.0.1-beta122
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 +2 -2
- 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 +3 -3
- package/esm5/lib/components/add-remission/add-remission.component.js +3 -3
- package/fesm2015/hmcts-ccpay-web-component.js +2 -2
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +2 -2
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/lib/components/add-remission/add-remission.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -7434,7 +7434,7 @@ var AddRemissionComponent = /** @class */ (function () {
|
|
|
7434
7434
|
*/
|
|
7435
7435
|
function (note) {
|
|
7436
7436
|
if (note) {
|
|
7437
|
-
this.notification = note;
|
|
7437
|
+
this.notification = { contact_details: note };
|
|
7438
7438
|
}
|
|
7439
7439
|
this.viewStatus = 'remissionAddressPage';
|
|
7440
7440
|
this.viewCompStatus = '';
|
|
@@ -7588,7 +7588,7 @@ var AddRemissionComponent = /** @class */ (function () {
|
|
|
7588
7588
|
*/
|
|
7589
7589
|
function (note) {
|
|
7590
7590
|
if (note) {
|
|
7591
|
-
this.notification = note;
|
|
7591
|
+
this.notification = { contact_details: note };
|
|
7592
7592
|
}
|
|
7593
7593
|
this.errorMessage = '';
|
|
7594
7594
|
this.viewCompStatus = '';
|