eleven-solutions-common-website-unique-web 6.0.31 → 6.0.32

Sign up to get free protection for your applications and to get access to all the features.
@@ -249,6 +249,7 @@ const TaxonomyForm = () => {
249
249
  setSubCode(item.code);
250
250
  setSubValue(item.value);
251
251
  setIsModalOpen(true);
252
+ setIsAddingSubType(true);
252
253
  };
253
254
  const handleEditTaxClick = () => __awaiter(void 0, void 0, void 0, function* () {
254
255
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "6.0.31",
3
+ "version": "6.0.32",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -308,6 +308,7 @@ const TaxonomyForm = () => {
308
308
  setSubCode(item.code);
309
309
  setSubValue(item.value);
310
310
  setIsModalOpen(true);
311
+ setIsAddingSubType(true);
311
312
  };
312
313
 
313
314
  const handleEditTaxClick = async () => {