comparison client/src/components/systemconfiguration/ColorSettings.vue @ 4208:ee79f8e25f61 stylesconfig

styles-config: fix typo
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 14 Aug 2019 17:58:57 +0200
parents cd267ed8371e
children d08247127c21
comparison
equal deleted inserted replaced
4207:9264d6405b4d 4208:ee79f8e25f61
199 break; 199 break;
200 } 200 }
201 case "Sections": { 201 case "Sections": {
202 this.$store 202 this.$store
203 .dispatch("application/saveConfig", { 203 .dispatch("application/saveConfig", {
204 stretches_stroke: feature.strokeColor.hex8 || feature.strokeColor, 204 sections_stroke: feature.strokeColor.hex8 || feature.strokeColor,
205 stretches_fill: feature.fillColor.hex8 || feature.fillColor 205 sections_fill: feature.fillColor.hex8 || feature.fillColor
206 }) 206 })
207 .finally(() => this.$store.dispatch("application/loadConfig")); 207 .finally(() => this.$store.dispatch("application/loadConfig"));
208 break; 208 break;
209 } 209 }
210 case "LOS_1": { 210 case "LOS_1": {