LT-275: Fix bug with loading measurement flow
This commit is contained in:
parent
d512325b79
commit
81b3bb4126
@ -22,7 +22,7 @@ OHIF.measurements.toggleLabelButton = options => {
|
|||||||
|
|
||||||
const tool = toolMap[options.toolData.toolType];
|
const tool = toolMap[options.toolData.toolType];
|
||||||
const toolCollection = options.measurementApi[tool];
|
const toolCollection = options.measurementApi[tool];
|
||||||
const measurement = toolCollection.findOne(options.toolData.id);
|
const measurement = toolCollection.findOne(options.toolData._id);
|
||||||
|
|
||||||
const data = {
|
const data = {
|
||||||
measurement,
|
measurement,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user