mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 22:43:55 +00:00
fix merge conflicts
This commit is contained in:
commit
9e4458db10
@ -69,7 +69,6 @@ export default class ConditionClass extends EventEmitter {
|
||||
}
|
||||
|
||||
update(newDomainObject) {
|
||||
console.log('ConditionClass: ', newDomainObject.definition);
|
||||
this.updateTrigger(newDomainObject.definition.trigger);
|
||||
this.updateCriteria(newDomainObject.definition.criteria);
|
||||
this.handleConditionUpdated();
|
||||
|
@ -36,6 +36,9 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
updated() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user