eleven-solutions-common-website-unique-web 3.0.30 → 3.0.32
Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,7 @@ const TaxonomyForm = () => {
|
|
36
36
|
const queryParams = new URLSearchParams(window.location.search);
|
37
37
|
const id = queryParams.get("id");
|
38
38
|
console.log(id, type);
|
39
|
+
console.log(isEditMode, isMultiple, isSimilarTaxonomyOpen);
|
39
40
|
// Fetch taxonomy data if id exists
|
40
41
|
useEffect(() => {
|
41
42
|
if (id) {
|
package/package.json
CHANGED