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.mjs
CHANGED
|
@@ -8957,6 +8957,12 @@ function DefaultPage(AppInfo) {
|
|
|
8957
8957
|
if (typeof branchId === "string" && typeof targetTable === "string" && !isNaN(branchIndex)) {
|
|
8958
8958
|
await request(value, targetTable, branchId, branchIndex, 0);
|
|
8959
8959
|
}
|
|
8960
|
+
} else {
|
|
8961
|
+
setMessageState((prev) => ({
|
|
8962
|
+
...prev,
|
|
8963
|
+
errorMsg: "No Model Selected",
|
|
8964
|
+
initialized: true
|
|
8965
|
+
}));
|
|
8960
8966
|
}
|
|
8961
8967
|
}
|
|
8962
8968
|
},
|