This commit is contained in:
Jeremy Zimmerman 2022-12-08 14:58:03 -05:00
parent 88abd55ecc
commit dd4f686cad

View file

@ -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) => {