eleven-solutions-common-website-unique-web 3.0.19 → 3.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -131,8 +131,7 @@ const TaxonomyForm = () => {
131
131
  }
132
132
  });
133
133
  fetchIsMultiple();
134
- // }, [type]);
135
- }, []);
134
+ }, [type]);
136
135
  const handleCancelClick = () => {
137
136
  setType("");
138
137
  setCode("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "3.0.19",
3
+ "version": "3.0.20",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -159,8 +159,7 @@ const TaxonomyForm = () => {
159
159
  };
160
160
 
161
161
  fetchIsMultiple();
162
- // }, [type]);
163
- }, []);
162
+ }, [type]);
164
163
 
165
164
  const handleCancelClick = () => {
166
165
  setType("");