mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-13 02:55:04 +08:00
Fix broken settings references on forms page
This commit is contained in:
parent
d02a9d62b5
commit
03744e0dde
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,10 @@ export default Vue.extend({
|
|||
},
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.$api.getSettings();
|
||||
},
|
||||
|
||||
watch: {
|
||||
checked() {
|
||||
this.renderHTML();
|
||||
|
|
Loading…
Reference in a new issue