diff --git a/src/plugins/plan/components/PlanView.vue b/src/plugins/plan/components/PlanView.vue index 86a9f3cdf1..cda6695011 100644 --- a/src/plugins/plan/components/PlanView.vue +++ b/src/plugins/plan/components/PlanView.vue @@ -248,6 +248,7 @@ export default { } }, handleConfigurationChange(newConfiguration) { + this.configuration = this.planViewConfiguration.getConfiguration(); Object.keys(newConfiguration).forEach((key) => { this[key] = newConfiguration[key]; });