@griddo/ax 1.72.8 → 1.72.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/ax",
3
3
  "description": "Griddo Author Experience",
4
- "version": "1.72.8",
4
+ "version": "1.72.11",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -226,5 +226,5 @@
226
226
  "publishConfig": {
227
227
  "access": "public"
228
228
  },
229
- "gitHead": "99d546c3c5ea6faddd36beb4ba874dfe61bfe322"
229
+ "gitHead": "d7adf1a8e63f1fe004ba63e4fd6d5bc58c16b782"
230
230
  }
@@ -537,7 +537,7 @@ function updatePageStatus(
537
537
  const pagesWithErrors: number[] = [];
538
538
  if (status === pageStatus.UPLOAD_PENDING && updatedFromList && !skipReviewOnPublish && ids.length > 1) {
539
539
  const getPagesParams = {
540
- siteID: currentSiteInfo?.id,
540
+ siteID: currentSiteInfo ? currentSiteInfo.id : "global",
541
541
  filterPages: ids,
542
542
  deleted: false,
543
543
  };