Skip to content

Commit 2a71b15

Browse files
committed
[DSC-1336] Do not render relation box result during SSR
1 parent 0564b8e commit 2a71b15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/relation/cris-layout-relation-box.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<ds-configuration-search-page *ngIf="configuration" class="w-100"
22
[fixedFilterQuery]="searchFilter"
33
[configuration]="configuration"
4+
[renderOnServerSide]="false"
45
[searchEnabled]="searchEnabled"
56
[showCharts]="true"
67
[showScopeSelector]="false"

0 commit comments

Comments
 (0)