Update ExportResponseView.vue

This commit is contained in:
smilerz 2023-10-29 16:33:22 -05:00 committed by GitHub
parent 66b0e381ec
commit 4cec643e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>