barsa-novin-ray-core 2.3.86 → 2.3.87

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.
@@ -15734,7 +15734,7 @@ class ReportContainerComponent extends BaseComponent {
15734
15734
  Id: null,
15735
15735
  ReportId: this.settings.RelatedReport.Id,
15736
15736
  UlvParams: ulvParam
15737
- }, this.vcr, this.injector)
15737
+ }, this.vcr, this.injector, this.settings.IsReportPage)
15738
15738
  .pipe(takeUntil(this._onDestroy$), catchError((err) => throwError(err)), finalize(() => this._loadingSource.next(false)))
15739
15739
  .subscribe();
15740
15740
  }