fix(labelling): Update naming of configuration to props as cornerstoneTools has also changed (#484)
This commit is contained in:
parent
4b3994e788
commit
727c0d8ba6
@ -178,7 +178,7 @@ export default function setupTools(store) {
|
||||
{ name: 'Brush', mouseButtonMasks: [1] },
|
||||
{
|
||||
name: 'FreehandMouse',
|
||||
configuration: {
|
||||
props: {
|
||||
configuration: {
|
||||
getMeasurementLocationCallback: toolLabellingFlowCallback,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user