.
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
}
|
||||
|
||||
let event = new CustomEvent('loadDicomViewerUrls', {
|
||||
"detail": { "images": data.images, "annotations": data.annotations }
|
||||
"detail": { "images": images, "annotations": data.annotations }
|
||||
});
|
||||
|
||||
window.dispatchEvent(event);
|
||||
|
||||
Reference in New Issue
Block a user