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';
|
||||
|
||||
export default {
|
||||
name: 'bailout-confirmation',
|
||||
name: 'contact-confirmation',
|
||||
components: {
|
||||
siteHeader,
|
||||
siteSubHeader
|
||||
|
|
@ -47,9 +47,9 @@ export default {
|
|||
return { mainStore };
|
||||
},
|
||||
data() {
|
||||
const bailoutConfirmationData = useMainStore().pageData(issPageValues.BAILOUT_CONFIRMATION);
|
||||
const contactConfirmationData = useMainStore().pageData(issPageValues.CONTACT_CONFIRMATION);
|
||||
return {
|
||||
bailoutConfirmationModel: bailoutConfirmationData
|
||||
contactConfirmationModel: contactConfirmationData
|
||||
};
|
||||
},
|
||||
computed: {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue