reparied application recruter view

This commit is contained in:
2025-10-19 20:45:29 -04:00
parent ad83c927e6
commit 659a8f5b98
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ async function handleDeny(id) {
const router = useRouter();
function openApplication(id) {
router.push(`/applications/${id}`)
router.push(`./application/${id}`)
}
onMounted(async () => {