eleven-solutions-common-website-unique-web 4.0.11 → 4.0.13
Sign up to get free protection for your applications and to get access to all the features.
@@ -97,8 +97,7 @@ const TaxonomyForm = () => {
|
|
97
97
|
// }, []);
|
98
98
|
const handleSubmit = (event) => __awaiter(void 0, void 0, void 0, function* () {
|
99
99
|
event.preventDefault();
|
100
|
-
if (!validateForm())
|
101
|
-
return;
|
100
|
+
// if (!validateForm()) return;
|
102
101
|
try {
|
103
102
|
if (isEditMode) {
|
104
103
|
yield addMultipleTaxonomiesApi(tempTaxonomy);
|
package/package.json
CHANGED