Skip to content
Snippets Groups Projects
Commit 61e84735 authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Hide link button on DataFiles when the S3 URL is unavailable

parent 79713a5a
No related branches found
No related tags found
1 merge request!1476Hide link button on DataFiles when the S3 URL is unavailable
......@@ -39,7 +39,7 @@
class="button is-text has-text-primary"
:href="file.s3_url"
target="_blank"
v-if="file.progress === undefined && file.status === 'checked'"
v-if="file.progress === undefined && file.status === 'checked' && file.s3_url !== null"
>
<span class="icon is-small">
<i class="icon-link"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment