# HG changeset patch # User Fadi Abbud # Date 1565798337 -7200 # Node ID ee79f8e25f61558711c4bdcf36778d420367762e # Parent 9264d6405b4d2ab6e587a8934394a73ea9ed877f styles-config: fix typo diff -r 9264d6405b4d -r ee79f8e25f61 client/src/components/systemconfiguration/ColorSettings.vue --- a/client/src/components/systemconfiguration/ColorSettings.vue Wed Aug 14 17:35:52 2019 +0200 +++ b/client/src/components/systemconfiguration/ColorSettings.vue Wed Aug 14 17:58:57 2019 +0200 @@ -201,8 +201,8 @@ case "Sections": { this.$store .dispatch("application/saveConfig", { - stretches_stroke: feature.strokeColor.hex8 || feature.strokeColor, - stretches_fill: feature.fillColor.hex8 || feature.fillColor + sections_stroke: feature.strokeColor.hex8 || feature.strokeColor, + sections_fill: feature.fillColor.hex8 || feature.fillColor }) .finally(() => this.$store.dispatch("application/loadConfig")); break;