@overmap-ai/core 1.0.28 → 1.0.29-org-switcher-and-bug-fixes.0
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/overmap-core.js
CHANGED
|
@@ -4872,6 +4872,7 @@ class MainService extends BaseApiService {
|
|
|
4872
4872
|
}
|
|
4873
4873
|
}
|
|
4874
4874
|
store.dispatch(setCurrentUser(data.user));
|
|
4875
|
+
store.dispatch(addUsers(data.project_owners));
|
|
4875
4876
|
const organizationsData = data.organizations;
|
|
4876
4877
|
store.dispatch(setOrganizations(organizationsData));
|
|
4877
4878
|
const activeOrganizationId = store.getState().organizationReducer.activeOrganizationId;
|