This commit is contained in:
Jeremy Zimmerman 2022-11-21 13:32:35 -05:00
parent 4783b86558
commit 991433d340

View file

@ -5,8 +5,6 @@ export function fetchCmsContentForPage(issPage) {
return useMainStore().getPageData(issPage)
.then((response) => {
const pageDataFromCms = {};
console.log(response);
response.data.Result.forEach((widget) => {
let widgetWithReplacements = findAndReplaceGlobalStateValues(