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