diff --git a/modes/segmentation/src/index.tsx b/modes/segmentation/src/index.tsx index 51f08e2d767..0910ed638dd 100644 --- a/modes/segmentation/src/index.tsx +++ b/modes/segmentation/src/index.tsx @@ -237,6 +237,7 @@ function modeFactory({ modeConfiguration }) { hangingProtocol: ['@ohif/mnGrid'], /** SopClassHandlers used by the mode */ sopClassHandlers: [ohif.sopClassHandler, segmentation.sopClassHandler, dicomRT.sopClassHandler], + ...modeConfiguration, }; }