awing-library 2.1.2-dev.83 → 2.1.2-dev.84

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/dist/esm/index.js CHANGED
@@ -190340,7 +190340,7 @@ function SharingContainer() {
190340
190340
  useEffect(() => {
190341
190341
  getWorkspaces().then(workspaces => {
190342
190342
  if (workspaces) {
190343
- setWorkspaceOptions(workspaces.filter(workspace => workspace.id !== (currentWorkspace === null || currentWorkspace === void 0 ? void 0 : currentWorkspace.id)));
190343
+ setWorkspaceOptions(workspaces);
190344
190344
  }
190345
190345
  });
190346
190346
  getSchemas().then(async schemas => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.2-dev.83",
3
+ "version": "2.1.2-dev.84",
4
4
  "main": "dist/esm/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",