Merge branch 'front-end' into back-end

This commit is contained in:
Sosokker 2024-11-11 11:08:54 +07:00
commit b14907cff2

View File

@ -99,9 +99,11 @@ export default function ApplyBusiness() {
}); });
} }
} else { } else {
setSucess(true);
console.error("User ID is undefined."); console.error("User ID is undefined.");
} }
} catch (error) { } catch (error) {
setSucess(true);
console.error("Error fetching user ID:", error); console.error("Error fetching user ID:", error);
} }
}; };