diff --git a/modes/tmtv/src/index.ts b/modes/tmtv/src/index.ts index 5e809421b..33f74a798 100644 --- a/modes/tmtv/src/index.ts +++ b/modes/tmtv/src/index.ts @@ -132,12 +132,12 @@ function modeFactory({ modeConfiguration }) { ]); toolbarService.updateSection('ROIThresholdToolbox', ['SegmentationTools']); - toolbarService.updateSection('segmentationToolboxToolsSection', [ + toolbarService.updateSection('SegmentationTools', [ 'RectangleROIStartEndThreshold', 'BrushTools', ]); - toolbarService.updateSection('brushToolsSection', ['Brush', 'Eraser', 'Threshold']); + toolbarService.updateSection('BrushTools', ['Brush', 'Eraser', 'Threshold']); customizationService.setCustomizations({ 'panelSegmentation.tableMode': {