Loading src/components/viewComponents/galleryComponents/zipDownloader.vue +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ export default { }, onResponse: function(response) { this.lastSessionId = response.return; this.lastSessionId = response.return.id; this.downloadUrl = `${this.zipGetterUri}/${this.lastSessionId}`; this.downloadReady = true; }, Loading Loading
src/components/viewComponents/galleryComponents/zipDownloader.vue +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ export default { }, onResponse: function(response) { this.lastSessionId = response.return; this.lastSessionId = response.return.id; this.downloadUrl = `${this.zipGetterUri}/${this.lastSessionId}`; this.downloadReady = true; }, Loading