eleven-solutions-common-website-unique-web 21.0.32 → 21.0.33
Sign up to get free protection for your applications and to get access to all the features.
@@ -188,6 +188,7 @@ const TaxonomyForm = ({ url }) => {
|
|
188
188
|
}
|
189
189
|
catch (error) {
|
190
190
|
console.error(`Error ${editTaxonomyItem ? "editing" : "adding"} SubType:`, error);
|
191
|
+
alert("Error while adding SubType: " + error.message);
|
191
192
|
}
|
192
193
|
setIsModalOpen(false);
|
193
194
|
setSubCode("");
|
package/package.json
CHANGED