Updates
This commit is contained in:
parent
88abd55ecc
commit
dd4f686cad
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export function fetchCmsContentForPage(issPage) {
|
|||
.then(
|
||||
// Get the base/default page first.
|
||||
(baseResponse) => {
|
||||
store.getPageData(pageName)
|
||||
return store.getPageData(pageName)
|
||||
.then(
|
||||
// Get the client overridge if it exists.
|
||||
(clientResponse) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue