@overmap-ai/core 1.0.71-project-file-improvements.2 → 1.0.71-project-file-improvements.4

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.
@@ -5079,6 +5079,7 @@ class ProjectFileService extends BaseUploadService {
5079
5079
  file_sha1: sha1,
5080
5080
  file: URL.createObjectURL(file)
5081
5081
  });
5082
+ this.dispatch(addProjectFile(offlineProjectFile));
5082
5083
  const promise = this.enqueueRequest({
5083
5084
  description: "Add project file",
5084
5085
  method: HttpMethod.POST,