Updates.
This commit is contained in:
parent
4783b86558
commit
991433d340
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ export function fetchCmsContentForPage(issPage) {
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
const pageDataFromCms = {};
|
const pageDataFromCms = {};
|
||||||
|
|
||||||
console.log(response);
|
|
||||||
|
|
||||||
response.data.Result.forEach((widget) => {
|
response.data.Result.forEach((widget) => {
|
||||||
let widgetWithReplacements = findAndReplaceGlobalStateValues(
|
let widgetWithReplacements = findAndReplaceGlobalStateValues(
|
||||||
widget.Model,
|
widget.Model,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue