eleven-solutions-common-website-unique-web 4.0.12 → 4.0.14

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "4.0.12",
3
+ "version": "4.0.14",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -133,7 +133,7 @@ const TaxonomyForm = () => {
133
133
 
134
134
  const handleSubmit = async (event: React.MouseEvent<HTMLButtonElement>) => {
135
135
  event.preventDefault();
136
- if (!validateForm()) return;
136
+ // if (!validateForm()) return;
137
137
 
138
138
  try {
139
139
  if (isEditMode) {