@onehat/ui 0.3.160 → 0.3.161

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.3.160",
3
+ "version": "0.3.161",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -339,7 +339,7 @@ export default function withEditor(WrappedComponent, isTree = false) {
339
339
  await Repository.save();
340
340
  success = true;
341
341
  } catch (e) {
342
- alert(e.context);
342
+ // alert(e.context);
343
343
  success = false;
344
344
  }
345
345
  setIsSaving(false);