not sure why this is a difference atm.
This commit is contained in:
parent
17ecf1ebec
commit
23255beba8
1 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ import settleAllPromises from '@/helpers/layout-helper';
|
||||||
import { useMainStore } from '@/store';
|
import { useMainStore } from '@/store';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'bailout-confirmation',
|
name: 'contact-confirmation',
|
||||||
components: {
|
components: {
|
||||||
siteHeader,
|
siteHeader,
|
||||||
siteSubHeader
|
siteSubHeader
|
||||||
|
|
@ -47,9 +47,9 @@ export default {
|
||||||
return { mainStore };
|
return { mainStore };
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
const bailoutConfirmationData = useMainStore().pageData(issPageValues.BAILOUT_CONFIRMATION);
|
const contactConfirmationData = useMainStore().pageData(issPageValues.CONTACT_CONFIRMATION);
|
||||||
return {
|
return {
|
||||||
bailoutConfirmationModel: bailoutConfirmationData
|
contactConfirmationModel: contactConfirmationData
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue