MOBILE-4089 forum: Fix wrong parameter passed to prefetchModule

main
Dani Palou 2022-06-02 16:35:06 +02:00 committed by Pau Ferrer Ocaña
parent d5c440b97d
commit 077fd682e6
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<core-download-refresh *ngIf="downloadEnabled && module.handlerData?.showDownloadButton &&
module.downloadStatus != statusDownloaded" [status]="module.downloadStatus" [enabled]="true"
[canTrustDownload]="true" [loading]="module.spinner || module.handlerData.spinner"
(action)="prefetchModule(module, section)">
(action)="prefetchModule(module, $event)">
</core-download-refresh>
<ion-button fill="clear" (click)="deleteForModule(module, section)"
*ngIf="!module.calculatingSize && module.totalSize > 0" color="danger">