eleven-solutions-common-website-unique-web 5.0.14 → 5.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -194,6 +194,7 @@ const TaxonomyForm = () => {
194
194
  setNewValue(item.value);
195
195
  setIsModalOpen(true);
196
196
  };
197
+ console.log(similarTaxonomies);
197
198
  const handleAddSubType = (index, id) => {
198
199
  const item = similarTaxonomies[index];
199
200
  setSelectedTaxonomyId(id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "5.0.14",
3
+ "version": "5.0.15",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -241,6 +241,8 @@ const TaxonomyForm = () => {
241
241
  setIsModalOpen(true);
242
242
  };
243
243
 
244
+ console.log(similarTaxonomies);
245
+
244
246
  const handleAddSubType = (index: number, id: string) => {
245
247
  const item = similarTaxonomies[index];
246
248
  setSelectedTaxonomyId(id);