AppConfig changes

This commit is contained in:
Bahadır Sofuoğlu
2022-11-15 17:23:19 +03:00
parent 7061044597
commit 801ddbb3d8
4 changed files with 14 additions and 17 deletions

View File

@@ -225,10 +225,8 @@ const setChart = () => {
watch(
layoutConfig.theme,
() => {
setTimeout(() => {
setColorOptions();
setChart();
}, 200);
setColorOptions();
setChart();
},
{ immediate: true }
);