Add the FormPosterMixin to ProfileInfo component

This commit is contained in:
Lance Edgar 2022-08-12 20:47:32 -05:00
parent e49a31df6a
commit 2388ab88b6

View file

@ -1573,6 +1573,7 @@
let ProfileInfo = {
template: '#profile-info-template',
mixins: [FormPosterMixin],
computed: {},
methods: {
personUpdated(person) {