Skip to content

Commit

Permalink
Refs #2. Fixed session assets download not working in WebAssembly
Browse files Browse the repository at this point in the history
  • Loading branch information
SBriere committed Apr 30, 2024
1 parent 35ea7ff commit 4b6d0e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ BaseDelegate {
fileDownloader.filename = model[model.dataSource.fieldDisplayName]

//DownloadFile returnes a null object in WebASM
fileDownloader.downloadParticipantArchive(model[model.dataSource.fieldIdName])
fileDownloader.downloadSessionArchive(model[model.dataSource.fieldIdName])
} else {
//console.log('WebAssembly is not supported');
saveFileDialog.open();
Expand Down

0 comments on commit 4b6d0e6

Please sign in to comment.