mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 14:40:48 +00:00
fix naming bug
This commit is contained in:
parent
b74733bf3f
commit
51c70d02d7
@ -197,7 +197,7 @@ export default class ConditionClass extends EventEmitter {
|
||||
this.criteriaResults[id] = eventData.data.result;
|
||||
}
|
||||
|
||||
conditionData.data.result = computeCondition(this.criteriaResults, this.trigger === TRIGGER.ALL);
|
||||
conditionData.result = computeCondition(this.criteriaResults, this.trigger === TRIGGER.ALL);
|
||||
this.emitEvent('conditionResultUpdated', conditionData);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user