@overmap-ai/core 1.0.43-projects-licensing.3 → 1.0.43-projects-licensing.5
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
|
@@ -6488,6 +6488,7 @@ class LicenseService extends BaseApiService {
|
|
|
6488
6488
|
if (showLoading) {
|
|
6489
6489
|
this.client.store.dispatch(setIsFetchingInitialData(false));
|
|
6490
6490
|
}
|
|
6491
|
+
this.client.store.dispatch(addLicenses(result));
|
|
6491
6492
|
return result;
|
|
6492
6493
|
}
|
|
6493
6494
|
async getLicense(license) {
|