@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
|
@@ -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
|
|