diff --git a/Packages/ohif-measurements/client/lib/toggleLabelButton.js b/Packages/ohif-measurements/client/lib/toggleLabelButton.js index a6c1bda18..506f07b1b 100644 --- a/Packages/ohif-measurements/client/lib/toggleLabelButton.js +++ b/Packages/ohif-measurements/client/lib/toggleLabelButton.js @@ -22,7 +22,7 @@ OHIF.measurements.toggleLabelButton = options => { const tool = toolMap[options.toolData.toolType]; const toolCollection = options.measurementApi[tool]; - const measurement = toolCollection.findOne(options.toolData.id); + const measurement = toolCollection.findOne(options.toolData._id); const data = { measurement,