You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: viplab-standalone-frontend-vue/src/pages/viplab/App.vue
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1185,9 +1185,9 @@ export default {
1185
1185
} elseif (item.identifier== identifier) {
1186
1186
// handle files that were downloaded from s3
1187
1187
var itemContent ="";
1188
-
if (item.MIMEtype==="text/plain"||item.MIMEtype==="image/png"||item.MIMEtype==="image/jpeg"||item.MIMEtype==="text/csv"||item.MIMEtype==="application/vnd.kitware") {
0 commit comments