@griddo/ax 11.16.0-rc.0 → 11.16.0-rc.1

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": "11.16.0-rc.0",
4
+ "version": "11.16.0-rc.1",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -219,5 +219,5 @@
219
219
  "publishConfig": {
220
220
  "access": "public"
221
221
  },
222
- "gitHead": "27760c45b462bc1ce08230d4a3790b1002b073a0"
222
+ "gitHead": "637014e49d261e8866cb4268059007e7e50b3e51"
223
223
  }
@@ -1662,7 +1662,7 @@ function updatePageAccessGrants(data: {
1662
1662
 
1663
1663
  const callback = async () => {
1664
1664
  if (data.pageID) {
1665
- await pages.setPageAccessGrants({ ...data, pageID: data.pageID });
1665
+ return await pages.setPageAccessGrants({ ...data, pageID: data.pageID });
1666
1666
  }
1667
1667
  };
1668
1668