mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 09:21:43 +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) {
|
handleConfigurationChange(newConfiguration) {
|
||||||
|
this.configuration = this.planViewConfiguration.getConfiguration();
|
||||||
Object.keys(newConfiguration).forEach((key) => {
|
Object.keys(newConfiguration).forEach((key) => {
|
||||||
this[key] = newConfiguration[key];
|
this[key] = newConfiguration[key];
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user