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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.16",
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);