Skip to content

Commit

Permalink
fix(mode): no need to initialize toolbar service (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi authored Oct 24, 2024
1 parent a112200 commit 73ea0c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/ohifv3/modes/monai-label/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ function modeFactory({ modeConfiguration }) {
activateTool
));

toolbarService.init(extensionManager);
toolbarService.addButtons(toolbarButtons);
toolbarService.createButtonSection('primary', [
'MeasurementTools',
Expand Down

0 comments on commit 73ea0c7

Please sign in to comment.