fix(tmtv): Corrected the various section names being referenced. (#5093)

This commit is contained in:
Joe Boccanfuso 2025-06-02 13:55:32 -04:00 committed by GitHub
parent 01c7d45c15
commit 316d5a7644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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': {