CustomizationsModal.vue - fix missing trailing comma

This commit is contained in:
Marek Fraczyk
2021-05-26 16:12:16 +03:00
parent 0f9f9d84a5
commit f07248ab95

View File

@ -52,7 +52,7 @@ export default {
watch: {
team() {
this.updateStyleEl(this.team.custom_css);
}
},
},
created() {
this.initStyleEl();