fix: add WuttaRequestMixin for ThisPage component
This commit is contained in:
parent
e618957381
commit
6dfb35b688
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
const ThisPage = {
|
const ThisPage = {
|
||||||
template: '#this-page-template',
|
template: '#this-page-template',
|
||||||
|
mixins: [WuttaRequestMixin],
|
||||||
props: {
|
props: {
|
||||||
## configureFieldsHelp: Boolean,
|
## configureFieldsHelp: Boolean,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue