We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b62798 commit 0c4f318Copy full SHA for 0c4f318
1 file changed
client/src/components/Dataset/DatasetView.vue
@@ -57,9 +57,7 @@ const showError = computed(
57
const isAutoDownloadType = computed(
58
() => dataset.value && datatypeStore.isDatatypeAutoDownload(dataset.value.file_ext)
59
);
60
-const downloadUrl = computed(
61
- () => withPrefix(`/datasets/${props.datasetId}/display`)
62
-);
+const downloadUrl = computed(() => withPrefix(`/datasets/${props.datasetId}/display`));
63
const preferredVisualization = computed(
64
() => dataset.value && datatypeStore.getPreferredVisualization(dataset.value.file_ext)
65
0 commit comments