fix(labelling): Update naming of configuration to props as cornerstoneTools has also changed (#484)

This commit is contained in:
Gustavo André Lelis 2019-07-08 16:38:03 -03:00 committed by Erik Ziegler
parent 4b3994e788
commit 727c0d8ba6

View File

@ -178,7 +178,7 @@ export default function setupTools(store) {
{ name: 'Brush', mouseButtonMasks: [1] },
{
name: 'FreehandMouse',
configuration: {
props: {
configuration: {
getMeasurementLocationCallback: toolLabellingFlowCallback,
},