eleven-solutions-common-website-unique-web 7.0.3 → 7.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -183,6 +183,7 @@ const TaxonomyForm = () => {
183
183
  setEditTaxonomyItem(null);
184
184
  setEditTempTaxonomyItem(null);
185
185
  setIsModalOpen(true);
186
+ setIsAddingSubType(false);
186
187
  };
187
188
  const handleCloseModal = () => {
188
189
  setIsModalOpen(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -222,6 +222,8 @@ const TaxonomyForm = () => {
222
222
  setEditTaxonomyItem(null);
223
223
  setEditTempTaxonomyItem(null);
224
224
  setIsModalOpen(true);
225
+
226
+ setIsAddingSubType(false);
225
227
  };
226
228
 
227
229
  const handleCloseModal = () => {