Skip to content

Commit 2253bd6

Browse files
committed
Remove unused content type ref
1 parent 0e49f66 commit 2253bd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/src/components/Dataset/DatasetDisplay.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const props = defineProps<Props>();
2626
2727
const content = ref();
2828
const contentTruncated = ref();
29-
const contentType = ref();
3029
const errorMessage = ref();
3130
const sanitizedJobImported = ref();
3231
const sanitizedToolId = ref();
@@ -56,7 +55,6 @@ watch(
5655
const { data, headers } = await axios.get(previewUrl.value);
5756
content.value = data;
5857
contentTruncated.value = headers["x-content-truncated"];
59-
contentType.value = headers["content-type"];
6058
sanitizedJobImported.value = headers["x-sanitized-job-imported"];
6159
sanitizedToolId.value = headers["x-sanitized-tool-id"];
6260
errorMessage.value = "";

0 commit comments

Comments
 (0)