eleven-solutions-common-website-unique-web 2.0.26 → 2.0.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -92,7 +92,7 @@ const TaxonomyForm = () => {
92
92
  alert("Taxonomy added successfully");
93
93
  }
94
94
  // window.location.href = "/admin/taxinomies";
95
- window.history.pushState({}, "", "/admin/taxinomies");
95
+ window.history.pushState({}, "", "/admin/users");
96
96
  window.dispatchEvent(new PopStateEvent("popstate"));
97
97
  }
98
98
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "2.0.26",
3
+ "version": "2.0.28",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -121,7 +121,7 @@ const TaxonomyForm = () => {
121
121
  alert("Taxonomy added successfully");
122
122
  }
123
123
  // window.location.href = "/admin/taxinomies";
124
- window.history.pushState({}, "", "/admin/taxinomies");
124
+ window.history.pushState({}, "", "/admin/users");
125
125
  window.dispatchEvent(new PopStateEvent("popstate"));
126
126
  } catch (error) {
127
127
  console.error("Error adding/updating Taxonomy:", error);