Merge pull request #2627 from Safelite/feature/CASH-365-update
Correct page data model for interfacing with save-session
This commit is contained in:
parent
39f0db4a5f
commit
d892181356
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ export default {
|
|||
price: ans.buttonAuxillaryCopy,
|
||||
}));
|
||||
|
||||
await savePageData(this.pageName, toLog);
|
||||
await savePageData(this.pageName, { packages: toLog });
|
||||
},
|
||||
},
|
||||
components: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue