Prevent compose chart auto refresh when creating

This commit is contained in:
Jože Fortun
2022-12-01 11:58:05 +01:00
parent 37c3d93803
commit 72d8abde25
@@ -433,7 +433,7 @@ export default {
'chart.config': {
deep: true,
handler (value, oldValue) {
if (value && oldValue) {
if (value && oldValue && this.isEdit) {
this.onConfigUpdate()
}
},