Update ExportResponseView.vue
This commit is contained in:
parent
66b0e381ec
commit
4cec643e08
@ -19,7 +19,8 @@
|
||||
|
||||
{{ $t("If download did not start automatically: ") }}
|
||||
|
||||
<template v-if="export_info.expired">
|
||||
<template v-if="false">
|
||||
<!--template v-if="export_info.expired" temporary disabling this to get around immediate expiration-->
|
||||
<a disabled ref="downloadAnchor">
|
||||
<del>{{ $t("Download") }}</del>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user