3
0
Fork 0

fix: add WuttaRequestMixin for ThisPage component

This commit is contained in:
Lance Edgar 2025-01-22 19:38:16 -06:00
parent e618957381
commit 6dfb35b688

View file

@ -26,6 +26,7 @@
const ThisPage = {
template: '#this-page-template',
mixins: [WuttaRequestMixin],
props: {
## configureFieldsHelp: Boolean,
},