From 316d5a76445839dd15720a2e1e228e9b0bab3b6e Mon Sep 17 00:00:00 2001 From: Joe Boccanfuso <109477394+jbocce@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:55:32 -0400 Subject: [PATCH] fix(tmtv): Corrected the various section names being referenced. (#5093) --- modes/tmtv/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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': {