eleven-solutions-common-website-unique-web 3.0.28 → 3.0.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ const TaxonomyForm = () => {
35
35
  };
36
36
  const queryParams = new URLSearchParams(window.location.search);
37
37
  const id = queryParams.get("id");
38
- console.log(id);
38
+ console.log(id, type);
39
39
  // Fetch taxonomy data if id exists
40
40
  useEffect(() => {
41
41
  if (id) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "3.0.28",
3
+ "version": "3.0.29",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -57,7 +57,7 @@ const TaxonomyForm = () => {
57
57
  const queryParams = new URLSearchParams(window.location.search);
58
58
  const id = queryParams.get("id");
59
59
 
60
- console.log(id);
60
+ console.log(id, type);
61
61
 
62
62
  // Fetch taxonomy data if id exists
63
63
  useEffect(() => {