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(() => {
|