eleven-solutions-common-website-unique-web 3.0.31 → 3.0.32
Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +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);
|
39
|
+
console.log(isEditMode, isMultiple, isSimilarTaxonomyOpen);
|
40
40
|
// Fetch taxonomy data if id exists
|
41
41
|
useEffect(() => {
|
42
42
|
if (id) {
|
package/package.json
CHANGED