Move panel footer outside of base-form so the modals will work

This commit is contained in:
leigh-mil
2019-04-16 11:22:43 -04:00
parent 13a16dc83f
commit 309d959c79
2 changed files with 13 additions and 13 deletions

View File

@@ -22,5 +22,5 @@ export default {
levelofwarrant,
Modal,
},
mixins: [FormMixin, Modal],
mixins: [FormMixin],
}