Started shifting extension forms into new nav layout

This commit is contained in:
Joel Collins 2020-03-16 14:07:11 +00:00
parent 3679a0f9cd
commit 1380cc9f36
5 changed files with 67 additions and 31 deletions

View file

@ -203,6 +203,7 @@ export default {
updateForm() {
// Trigger a plugin form update
console.log("Emitting reloadForms");
this.$emit("reloadForms");
},