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
@@ -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
|
}
|