@overmap-ai/core 1.0.35-projects-licensing.15 → 1.0.35-projects-licensing.16
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
|
@@ -6204,6 +6204,7 @@ class LicenseService extends BaseApiService {
|
|
|
6204
6204
|
blocks: []
|
|
6205
6205
|
}).then((result) => {
|
|
6206
6206
|
this.client.store.dispatch(updateLicense(result));
|
|
6207
|
+
this.client.store.dispatch(setIsFetchingInitialData(false));
|
|
6207
6208
|
return result;
|
|
6208
6209
|
});
|
|
6209
6210
|
}
|
|
@@ -6220,6 +6221,7 @@ class LicenseService extends BaseApiService {
|
|
|
6220
6221
|
blocks: []
|
|
6221
6222
|
}).then((result) => {
|
|
6222
6223
|
this.client.store.dispatch(updateLicense(result));
|
|
6224
|
+
this.client.store.dispatch(setIsFetchingInitialData(false));
|
|
6223
6225
|
return result;
|
|
6224
6226
|
});
|
|
6225
6227
|
}
|