diff --git a/searchPages/searchUtils/searchDownload.component.ts b/searchPages/searchUtils/searchDownload.component.ts
index 003eae12..c408fa7f 100644
--- a/searchPages/searchUtils/searchDownload.component.ts
+++ b/searchPages/searchUtils/searchDownload.component.ts
@@ -39,7 +39,7 @@ export class SearchDownloadComponent {
@Input() csvParams: string;
@Input() type: string;
@ViewChild(AlertModal) alertApplyAll: AlertModal;
- private downloadURLAPI: string;
+ downloadURLAPI: string;
sub: any;
downloadFilePiwikSub: any;
diff --git a/searchPages/searchUtils/searchPage.component.html b/searchPages/searchUtils/searchPage.component.html
index b54e0f40..c18b2e37 100644
--- a/searchPages/searchUtils/searchPage.component.html
+++ b/searchPages/searchUtils/searchPage.component.html
@@ -71,7 +71,8 @@
0 && ( entityType !=
'community' && entityType != 'funder') && usedBy == 'search'"
- class="uk-width-1-2" [loadPaging]="loadPaging" [oldTotalResults]="oldTotalResults" [(searchUtils)] = "searchUtils" [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">
+ class="uk-width-1-2" [isDisabled]="loadPaging" [type]="csvPath"
+ [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">
0" class="uk-margin-small-bottom">
@@ -134,7 +135,8 @@
0 && ( entityType !=
'community' && entityType != 'funder') && usedBy == 'search'"
- class="uk-width-1-2" [loadPaging]="loadPaging" [oldTotalResults]="oldTotalResults" [(searchUtils)] = "searchUtils" [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">
+ class="uk-width-1-2" [isDisabled]="loadPaging"
+ [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">