diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index b085e5d3..a8b68e57 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -1655,7 +1655,9 @@ export default { annotation.data.label + '?' ) - if (annotation.id) { + if (annotation.annotationUID) { + deleteCustomTag(annotation.annotationUID) + }else if (annotation.id) { deleteCustomTag(annotation.id) } }