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 +1 -1
- package/package.json +1 -1
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
|
|
190343
|
+
setWorkspaceOptions(workspaces);
|
|
190344
190344
|
}
|
|
190345
190345
|
});
|
|
190346
190346
|
getSchemas().then(async schemas => {
|