Skip to content
Snippets Groups Projects
Commit 0c9b3c06 authored by leandro's avatar leandro
Browse files

remove whitespace in input ticket/10667

parent 588c4c6c
No related branches found
No related tags found
No related merge requests found
......@@ -230,6 +230,7 @@ export default {
});
},
updateOptions() {
this.form.options.value[0] = this.form.options.value[0].replace(/\s*,\s*/ig, ',');
this.updateStore();
this.$store.commit("feature_type/UPDATE_COLOR_STYLE");
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment