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/
|
95
|
+
window.history.pushState({}, "", "/admin/users");
|
96
96
|
window.dispatchEvent(new PopStateEvent("popstate"));
|
97
97
|
}
|
98
98
|
catch (error) {
|
package/package.json
CHANGED
@@ -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/
|
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);
|