Correct page data model for interfacing with save-session
This commit is contained in:
parent
63b9767c58
commit
d5d0aa289e
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ export default {
|
||||||
price: ans.buttonAuxillaryCopy,
|
price: ans.buttonAuxillaryCopy,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
await savePageData(this.pageName, toLog);
|
await savePageData(this.pageName, { packages: toLog } );
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue