changeset 4208:ee79f8e25f61 stylesconfig

styles-config: fix typo
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 14 Aug 2019 17:58:57 +0200
parents 9264d6405b4d
children 984bf74ad3cf
files client/src/components/systemconfiguration/ColorSettings.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;