eleven-solutions-common-website-unique-web 3.0.30 → 3.0.31

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);
39
40
  // Fetch taxonomy data if id exists
40
41
  useEffect(() => {
41
42
  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.30",
3
+ "version": "3.0.31",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -59,6 +59,8 @@ const TaxonomyForm = () => {
59
59
 
60
60
  console.log(id, type);
61
61
 
62
+ console.log(isEditMode);
63
+
62
64
  // Fetch taxonomy data if id exists
63
65
  useEffect(() => {
64
66
  if (id) {