@onehat/ui 0.3.137 → 0.3.138

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.137",
3
+ "version": "0.3.138",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -316,6 +316,7 @@ export default function withEditor(WrappedComponent, isTree = false) {
316
316
  await Repository.save();
317
317
  success = true;
318
318
  } catch (e) {
319
+ alert(e.context);
319
320
  success = false;
320
321
  }
321
322
  setIsSaving(false);