hooked up recruiter application management page

This commit is contained in:
2025-09-04 10:36:36 -04:00
parent caa6ffd41a
commit ea98cafe8c
5 changed files with 17 additions and 6 deletions

View File

@@ -58,8 +58,9 @@ async function handleDeny(id) {
appList.value = await getAllApplications();
}
const router = useRouter();
function openApplication(id) {
useRouter().push('/hi')
router.push(`/applications/${id}`)
}
onMounted(async () => {