From 33101f388117db16d84504bedfbc361e692180d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elo=C3=ADzio=20Salgado?= Date: Wed, 1 Mar 2017 16:58:15 -0300 Subject: [PATCH] Fixing namespace issue for dialogUtils functions --- .../client/components/protocolEditor/protocolEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);