diff --git a/Packages/ohif-hanging-protocols/client/components/protocolEditor/protocolEditor.js b/Packages/ohif-hanging-protocols/client/components/protocolEditor/protocolEditor.js index b49446c10..1ae522a5a 100644 --- a/Packages/ohif-hanging-protocols/client/components/protocolEditor/protocolEditor.js +++ b/Packages/ohif-hanging-protocols/client/components/protocolEditor/protocolEditor.js @@ -372,7 +372,7 @@ Template.protocolEditor.events({ text: 'Are you sure you would like to remove this Protocol? This cannot be reversed.' }; - OHIF.viewerbase.showConfirmDialog(() => { + OHIF.viewerbase.dialogUtils.showConfirmDialog(() => { // Remove the Protocol HP.ProtocolStore.removeProtocol(selectedProtocol.id);