mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +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.emit('conditionSetResultUpdated',
|
||||
Object.assign({},
|
||||
resultObj.data,
|
||||
resultObj ? resultObj.data : {},
|
||||
{ output: obj.configuration.output }
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user