mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
Update ExportResponseView.vue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user