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('ROIThresholdToolbox', ['SegmentationTools']);
|
||||||
toolbarService.updateSection('segmentationToolboxToolsSection', [
|
toolbarService.updateSection('SegmentationTools', [
|
||||||
'RectangleROIStartEndThreshold',
|
'RectangleROIStartEndThreshold',
|
||||||
'BrushTools',
|
'BrushTools',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
toolbarService.updateSection('brushToolsSection', ['Brush', 'Eraser', 'Threshold']);
|
toolbarService.updateSection('BrushTools', ['Brush', 'Eraser', 'Threshold']);
|
||||||
|
|
||||||
customizationService.setCustomizations({
|
customizationService.setCustomizations({
|
||||||
'panelSegmentation.tableMode': {
|
'panelSegmentation.tableMode': {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user