Add FormPosterMixin to WholePage class

This commit is contained in:
Lance Edgar 2022-02-15 10:15:08 -06:00
parent 962d31c4c2
commit 47bfcc23cb

View file

@ -671,6 +671,7 @@
let WholePage = { let WholePage = {
template: '#whole-page-template', template: '#whole-page-template',
mixins: [FormPosterMixin],
computed: {}, computed: {},
methods: { methods: {