Updates.
This commit is contained in:
parent
4783b86558
commit
991433d340
1 changed files with 0 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue