mirror of
https://github.com/nasa/openmct.git
synced 2024-12-29 17:38:53 +00:00
[Tree] Update labels on mutation
This commit is contained in:
parent
7ee8d0a3f7
commit
4a8222a152
@ -66,7 +66,7 @@ define([
|
||||
|
||||
if (domainObject) {
|
||||
this.unlisten = domainObject.getCapability('mutation')
|
||||
.listen(this.updateView.bind(this));
|
||||
.listen(this.updateView.bind(this, domainObject));
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user