diff --git a/client/web/compose/src/views/Admin/Charts/Edit.vue b/client/web/compose/src/views/Admin/Charts/Edit.vue index 4f3a3fa24..abe864168 100644 --- a/client/web/compose/src/views/Admin/Charts/Edit.vue +++ b/client/web/compose/src/views/Admin/Charts/Edit.vue @@ -722,7 +722,7 @@ export default { 'chart.config': { deep: true, handler (value, oldValue) { - if (value && oldValue && this.isEdit) { + if (value && oldValue) { this.onConfigUpdate() } },