We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2bc1b commit e76c1ffCopy full SHA for e76c1ff
client/src/components/Dataset/DatasetDisplay.vue
@@ -93,7 +93,8 @@ watch(
93
<div>This dataset is large and only the first {{ bytesToString(truncated) }} is shown below.</div>
94
<a :href="downloadUrl">Download</a>
95
</div>
96
- <pre>{{ content }}</pre>
+ <pre v-if="sanitizedMessage || sanitizedToolId">{{ content }}</pre>
97
+ <pre v-else v-html="content" />
98
99
100
</template>
0 commit comments