openchad-react 1.0.14 → 1.0.15
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.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10411,6 +10411,12 @@ function DefaultPage(AppInfo) {
|
|
|
10411
10411
|
if (typeof branchId === "string" && typeof targetTable === "string" && !isNaN(branchIndex)) {
|
|
10412
10412
|
await request(value, targetTable, branchId, branchIndex, 0);
|
|
10413
10413
|
}
|
|
10414
|
+
} else {
|
|
10415
|
+
setMessageState((prev) => ({
|
|
10416
|
+
...prev,
|
|
10417
|
+
errorMsg: "No Model Selected",
|
|
10418
|
+
initialized: true
|
|
10419
|
+
}));
|
|
10414
10420
|
}
|
|
10415
10421
|
}
|
|
10416
10422
|
},
|