eleven-solutions-common-website-unique-web 6.0.7 → 6.0.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -40,8 +40,6 @@ const TaxonomyForm = () => {
|
|
40
40
|
};
|
41
41
|
const queryParams = new URLSearchParams(window.location.search);
|
42
42
|
const id = queryParams.get("id");
|
43
|
-
console.log(id, type);
|
44
|
-
console.log(isEditMode, isMultiple, isSimilarTaxonomyOpen);
|
45
43
|
// Fetch taxonomy data if id exists
|
46
44
|
useEffect(() => {
|
47
45
|
if (id) {
|
package/package.json
CHANGED
@@ -65,10 +65,6 @@ const TaxonomyForm = () => {
|
|
65
65
|
const queryParams = new URLSearchParams(window.location.search);
|
66
66
|
const id = queryParams.get("id");
|
67
67
|
|
68
|
-
console.log(id, type);
|
69
|
-
|
70
|
-
console.log(isEditMode, isMultiple, isSimilarTaxonomyOpen);
|
71
|
-
|
72
68
|
// Fetch taxonomy data if id exists
|
73
69
|
useEffect(() => {
|
74
70
|
if (id) {
|