diff --git a/src/components/Dicom/DicomTags.vue b/src/components/Dicom/DicomTags.vue index e44636ae..c0d859b2 100644 --- a/src/components/Dicom/DicomTags.vue +++ b/src/components/Dicom/DicomTags.vue @@ -36,7 +36,7 @@ sortable /> ' - return linkText - }, isASCII(str) { return /^[\x00-\x7F]*$/.test(str) },