@jield/solodb-react-components 1.0.25 → 1.0.26
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34317,7 +34317,7 @@ function iz({
|
|
|
34317
34317
|
s({ text: "Part label not found", show: !0, variant: "danger" });
|
|
34318
34318
|
return;
|
|
34319
34319
|
}
|
|
34320
|
-
t !== void 0 && (s({ text: `Found run ${p.label}`, show: !0, variant: "success" }), t(p)), n !== void 0 && n(
|
|
34320
|
+
t !== void 0 && (s({ text: `Found run ${p.label}`, show: !0, variant: "success" }), t(p)), n !== void 0 && n(d[2]);
|
|
34321
34321
|
};
|
|
34322
34322
|
return te(() => {
|
|
34323
34323
|
const c = JY("*", l, i);
|