Skip to content

Commit

Permalink
Only display download button when sth is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Oct 10, 2024
1 parent 6b329ec commit 6d50627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/download-files/Download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</span>
</template>
</Tree>
<button @click="download" :disabled="disableDownload"
<button @click="download" v-if="!disableDownload"
class="flex-none detail-blue-button">
<i class="fas fa-download" /> {{ "Download" }}
</button>
Expand Down

0 comments on commit 6d50627

Please sign in to comment.