@idsoftsource/initial-process 2.3.1 → 2.3.2

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.
@@ -1233,7 +1233,7 @@ class TermsConditionsComponent {
1233
1233
  .pipe(takeUntil(this.destroy$))
1234
1234
  .subscribe({
1235
1235
  next: (response) => {
1236
- this.buildSections(response);
1236
+ this.buildSections([response]);
1237
1237
  this.isLoading = false;
1238
1238
  },
1239
1239
  error: (err) => {
@@ -1309,7 +1309,7 @@ class PrivacyPolicyComponent {
1309
1309
  .pipe(takeUntil(this.destroy$))
1310
1310
  .subscribe({
1311
1311
  next: (response) => {
1312
- this.buildSections(response);
1312
+ this.buildSections([response]);
1313
1313
  this.isLoading = false;
1314
1314
  },
1315
1315
  error: (err) => {