LT-275: Fix bug with loading measurement flow

This commit is contained in:
Erik Ziegler 2016-11-06 16:28:38 +01:00
parent d512325b79
commit 81b3bb4126

View File

@ -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,