mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
CustomizationsModal.vue - fix missing trailing comma
This commit is contained in:
@ -52,7 +52,7 @@ export default {
|
||||
watch: {
|
||||
team() {
|
||||
this.updateStyleEl(this.team.custom_css);
|
||||
}
|
||||
},
|
||||
},
|
||||
created() {
|
||||
this.initStyleEl();
|
||||
|
||||
Reference in New Issue
Block a user