From 727c0d8ba69583d1cb17599972e9af2a3e02179a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20Lelis?= Date: Mon, 8 Jul 2019 16:38:03 -0300 Subject: [PATCH] fix(labelling): Update naming of configuration to props as cornerstoneTools has also changed (#484) --- src/setupTools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setupTools.js b/src/setupTools.js index 2380bbd72..8479a4219 100644 --- a/src/setupTools.js +++ b/src/setupTools.js @@ -178,7 +178,7 @@ export default function setupTools(store) { { name: 'Brush', mouseButtonMasks: [1] }, { name: 'FreehandMouse', - configuration: { + props: { configuration: { getMeasurementLocationCallback: toolLabellingFlowCallback, },