fix(tmtv): Corrected the various section names being referenced. (#5093)
This commit is contained in:
parent
01c7d45c15
commit
316d5a7644
@ -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': {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user