@steedos/webapp 3.0.0-beta.69 → 3.0.0-beta.70

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.
@@ -52302,7 +52302,8 @@ Try polyfilling it using "@formatjs/intl-displaynames"
52302
52302
  return { error: "spaceId not found." };
52303
52303
  const validateFunc = bindClientFunc({
52304
52304
  clientFunc: Client4.validate,
52305
- onSuccess: UserTypes.RECEIVED_VALIDATE
52305
+ onSuccess: UserTypes.RECEIVED_VALIDATE,
52306
+ params: [LocalStorageStore.getItem("spaceId")]
52306
52307
  });
52307
52308
  const me = await validateFunc(dispatch, getState);
52308
52309
  if ("error" in me) {
package/dist/index.html CHANGED
@@ -60,7 +60,7 @@
60
60
  window.loadCss = loadCss;
61
61
 
62
62
  </script>
63
- <script type="module" crossorigin src="/assets/index-Caa_80DR.js"></script>
63
+ <script type="module" crossorigin src="/assets/index-BOo1amFD.js"></script>
64
64
  </head>
65
65
  <body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
66
66
  <div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden sm:bg-gray-50"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/webapp",
3
- "version": "3.0.0-beta.69",
3
+ "version": "3.0.0-beta.70",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -69,5 +69,5 @@
69
69
  "access": "public"
70
70
  },
71
71
  "repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
72
- "gitHead": "d72511a0c3e21fd5fde9cb00745654ca886b1fc7"
72
+ "gitHead": "597f124ef73efa97a2da52b4de3c7d733ebd6887"
73
73
  }