@overmap-ai/core 1.0.38-component-fields.17 → 1.0.38-component-fields.18

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.
@@ -5789,7 +5789,7 @@ var __publicField = (obj, key, value) => {
5789
5789
  const promise = this.enqueueRequest({
5790
5790
  description: "Patch form submission",
5791
5791
  method: HttpMethod.PATCH,
5792
- url: `/submissions/${submission.offline_id}/`,
5792
+ url: `/forms/submissions/${submission.offline_id}/`,
5793
5793
  payload: payloadWithoutFiles,
5794
5794
  blockers: [payloadWithoutFiles.issue, payloadWithoutFiles.component].filter(
5795
5795
  (x) => x !== void 0
@@ -10360,7 +10360,7 @@ var __publicField = (obj, key, value) => {
10360
10360
  ] }) }),
10361
10361
  inputs,
10362
10362
  !readonly && /* @__PURE__ */ jsxRuntime.jsxs(blocks.Flex, { className: styles$6.floatingButtonContainer, align: "center", justify: "end", gap: "2", children: [
10363
- cancelText && /* @__PURE__ */ jsxRuntime.jsx(blocks.Button, { type: "button", variant: "solid", onClick: onCancel, children: cancelText }),
10363
+ cancelText && /* @__PURE__ */ jsxRuntime.jsx(blocks.Button, { type: "button", variant: "solid", severity: "info", onClick: onCancel, children: cancelText }),
10364
10364
  /* @__PURE__ */ jsxRuntime.jsx(blocks.Button, { type: "submit", disabled: !formik$1.isValid, children: submitText })
10365
10365
  ] })
10366
10366
  ] }) }) });