This commit is contained in:
@@ -48,7 +48,7 @@ export default {
|
||||
let href = window.$gz.api.genericDownloadUrl(
|
||||
"export/download/" + res.data
|
||||
);
|
||||
if (window.open(reportUrl, "DownloadExport") == null) {
|
||||
if (window.open(href, "DownloadExport") == null) {
|
||||
throw new Error(
|
||||
"Unable to download, your browser rejected navigating to download url."
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user