@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.
@@ -5068,6 +5068,7 @@ var __publicField = (obj, key, value) => {
5068
5068
  file_sha1: sha1,
5069
5069
  file: URL.createObjectURL(file)
5070
5070
  });
5071
+ this.dispatch(addProjectFile(offlineProjectFile));
5071
5072
  const promise = this.enqueueRequest({
5072
5073
  description: "Add project file",
5073
5074
  method: HttpMethod.POST,