update route
All checks were successful
Build and Release / release (push) Successful in 30s

This commit is contained in:
2026-04-22 17:49:26 +07:00
parent e76b1cf093
commit bf44502a24

View File

@@ -94,7 +94,7 @@ export default function ApplicationDetailPage() {
background: isDarkMode ? "#18181b" : "#fff",
color: isDarkMode ? "#fff" : "#000",
});
router.push("/profile");
router.push("/account");
} catch (error: any) {
setErrMessage(
error.response?.data?.message || "Có lỗi xảy ra khi xóa!",