Skip to content

Commit 0f90f51

Browse files
authored
Fix download link (baserow#4744)
1 parent 07782e7 commit 0f90f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-frontend/modules/core/components/DownloadLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
},
4242
computed: {
4343
downloadXHR() {
44-
return this.$config.public.downloadFileViaXhr === '1'
44+
return `${this.$config.public.downloadFileViaXhr}` === '1'
4545
},
4646
href() {
4747
// Add the filename to the query string

0 commit comments

Comments
 (0)