react-msaview 1.3.0 → 1.3.1
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/bundle/index.js +4 -2
- package/dist/components/package.json +1 -1
- package/dist/model.js +3 -1
- package/package.json +1 -1
package/bundle/index.js
CHANGED
|
@@ -89097,7 +89097,7 @@
|
|
|
89097
89097
|
}, variant: "contained", color: "primary" }, "Submit")))));
|
|
89098
89098
|
});
|
|
89099
89099
|
|
|
89100
|
-
var version = "1.
|
|
89100
|
+
var version = "1.3.0";
|
|
89101
89101
|
|
|
89102
89102
|
function LicenseDialog(_a) {
|
|
89103
89103
|
var onClose = _a.onClose, open = _a.open;
|
|
@@ -96659,7 +96659,9 @@
|
|
|
96659
96659
|
self.selectedStructures = [];
|
|
96660
96660
|
},
|
|
96661
96661
|
setError: function (error) {
|
|
96662
|
-
|
|
96662
|
+
if (error) {
|
|
96663
|
+
console.error(error);
|
|
96664
|
+
}
|
|
96663
96665
|
self.error = error;
|
|
96664
96666
|
},
|
|
96665
96667
|
setMousePos: function (col, row) {
|
package/dist/model.js
CHANGED
package/package.json
CHANGED