eleven-solutions-common-website-unique-web 22.0.11 → 22.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,8 +54,8 @@ const UserForm = ({ url }) => {
54
54
  catch (error) {
55
55
  console.error("Error fetching User:", error);
56
56
  toast.error("Failed to fetch the User.", { id: "fetchUserError" });
57
- setLoading(false);
58
57
  setHasError(true);
58
+ setLoading(false);
59
59
  }
60
60
  }, [id]);
61
61
  useEffect(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "22.0.11",
3
+ "version": "22.0.13",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist"