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