mirror of
https://github.com/nasa/openmct.git
synced 2025-05-12 13:33:14 +00:00
fix default condition edge case
This commit is contained in:
parent
9bd1c51a6e
commit
0f9d7d2832
@ -228,7 +228,7 @@ export default class ConditionManager extends EventEmitter {
|
|||||||
this.openmct.objects.get(currentConditionIdentifier).then((obj) => {
|
this.openmct.objects.get(currentConditionIdentifier).then((obj) => {
|
||||||
this.emit('conditionSetResultUpdated',
|
this.emit('conditionSetResultUpdated',
|
||||||
Object.assign({},
|
Object.assign({},
|
||||||
resultObj.data,
|
resultObj ? resultObj.data : {},
|
||||||
{ output: obj.configuration.output }
|
{ output: obj.configuration.output }
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user