update plan plugin to latest core version

This commit is contained in:
Jamie V 2025-05-27 12:32:57 -07:00
parent 863f245db3
commit 2b4b8dc3fd

View File

@ -248,6 +248,7 @@ export default {
}
},
handleConfigurationChange(newConfiguration) {
this.configuration = this.planViewConfiguration.getConfiguration();
Object.keys(newConfiguration).forEach((key) => {
this[key] = newConfiguration[key];
});