mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 15:10:50 +00:00
update plan plugin to latest core version
This commit is contained in:
parent
863f245db3
commit
2b4b8dc3fd
@ -248,6 +248,7 @@ export default {
|
||||
}
|
||||
},
|
||||
handleConfigurationChange(newConfiguration) {
|
||||
this.configuration = this.planViewConfiguration.getConfiguration();
|
||||
Object.keys(newConfiguration).forEach((key) => {
|
||||
this[key] = newConfiguration[key];
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user