Skip to content

Commit 73ea0c7

Browse files
authored
fix(mode): no need to initialize toolbar service (#1763)
1 parent a112200 commit 73ea0c7

File tree

1 file changed

+0
-1
lines changed
  • plugins/ohifv3/modes/monai-label/src

1 file changed

+0
-1
lines changed

plugins/ohifv3/modes/monai-label/src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ function modeFactory({ modeConfiguration }) {
102102
activateTool
103103
));
104104

105-
toolbarService.init(extensionManager);
106105
toolbarService.addButtons(toolbarButtons);
107106
toolbarService.createButtonSection('primary', [
108107
'MeasurementTools',

0 commit comments

Comments
 (0)