diff --git a/frontend/src/views/chart/components/component-style/TitleSelector.vue b/frontend/src/views/chart/components/component-style/TitleSelector.vue index 1d539dec55..2b4424daf4 100644 --- a/frontend/src/views/chart/components/component-style/TitleSelector.vue +++ b/frontend/src/views/chart/components/component-style/TitleSelector.vue @@ -73,8 +73,8 @@ export default { } else { customStyle = JSON.parse(chart.customStyle) } - if (customStyle.background) { - this.colorForm = customStyle.background + if (customStyle.text) { + this.titleForm = customStyle.text } } }