@fileflow/sdk 0.1.24 → 0.1.25

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.
@@ -483,6 +483,10 @@ const re = St((e, o) => ({
483
483
  unmappedTarget: n
484
484
  }),
485
485
  setValidationResults: (t) => {
486
+ if (!t) {
487
+ e({ validationResults: null, errorsByRow: /* @__PURE__ */ new Map() });
488
+ return;
489
+ }
486
490
  const n = /* @__PURE__ */ new Map();
487
491
  for (const r of t.errors) {
488
492
  const l = n.get(r.rowIndex) || [];
@@ -3381,4 +3385,4 @@ export {
3381
3385
  nt as V,
3382
3386
  re as u
3383
3387
  };
3384
- //# sourceMappingURL=ImportWizard-CnoaPUwN.mjs.map
3388
+ //# sourceMappingURL=ImportWizard-CcivRHrA.mjs.map