diff --git a/src/plugins/plot/MctPlot.vue b/src/plugins/plot/MctPlot.vue index 3222fc59f38..373ec710b1e 100644 --- a/src/plugins/plot/MctPlot.vue +++ b/src/plugins/plot/MctPlot.vue @@ -735,7 +735,7 @@ export default { if (!this.domainObject.composition) { return false; } - if (!this.domainObjectToFind.identifier){ + if (!domainObjectToFind.identifier){ return false; }