Add the FormPosterMixin to ProfileInfo component
This commit is contained in:
parent
e49a31df6a
commit
2388ab88b6
|
@ -1573,6 +1573,7 @@
|
||||||
|
|
||||||
let ProfileInfo = {
|
let ProfileInfo = {
|
||||||
template: '#profile-info-template',
|
template: '#profile-info-template',
|
||||||
|
mixins: [FormPosterMixin],
|
||||||
computed: {},
|
computed: {},
|
||||||
methods: {
|
methods: {
|
||||||
personUpdated(person) {
|
personUpdated(person) {
|
||||||
|
|
Loading…
Reference in a new issue