@onehat/ui 0.3.281 → 0.3.282

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.281",
3
+ "version": "0.3.282",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -95,7 +95,7 @@ function TagComponent(props) {
95
95
  });
96
96
  if (exists) {
97
97
  clearComboValue();
98
- alert('Value already exists!');
98
+ // alert('Value already exists!'); // This screws up testing! alerts should be for error conditions, not standard operating conditions
99
99
  return;
100
100
  }
101
101