@overmap-ai/core 1.0.65-procedures.4 → 1.0.65-procedures.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
|
@@ -5897,7 +5897,7 @@ class FormService extends BaseUploadService {
|
|
|
5897
5897
|
submitted_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
5898
5898
|
asset_type: assetTypeId
|
|
5899
5899
|
});
|
|
5900
|
-
return this.add(assetTypeId, offlineForm, initialRevision, `/
|
|
5900
|
+
return this.add(assetTypeId, offlineForm, initialRevision, `/asset-types/${assetTypeId}/create-form/`);
|
|
5901
5901
|
}
|
|
5902
5902
|
async createRevision(formId, revision) {
|
|
5903
5903
|
const offlineRevision = offline(revision);
|