eleven-solutions-common-website-unique-web 6.0.39 → 6.0.40

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "6.0.39",
3
+ "version": "6.0.40",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -69,6 +69,7 @@ const TaxonomyForm = () => {
69
69
  await deleteTaxonomyApi(id);
70
70
  alert("Taxonomy deleted successfully");
71
71
  const fetchedTaxonomies = await fetchTaxonomiessApi();
72
+
72
73
  if (fetchedTaxonomies && Array.isArray(fetchedTaxonomies)) {
73
74
  setAllTaxonomies(fetchedTaxonomies);
74
75
  }