Prevent compose chart auto refresh when creating

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