feat: implement email notification for internship status updates and add missing student relationship

This commit is contained in:
2025-11-06 11:04:08 +01:00
parent 9a69cf0ab3
commit c030ac8971
5 changed files with 114 additions and 0 deletions

View File

@@ -61,6 +61,9 @@ async function submit() {
<template>
<div>
<!-- Čakajúca hláška -->
<LoadingAlert v-if="loading" />
<!-- Chybová hláška -->
<ErrorAlert v-if="save_error" :error="`Nepodarilo uložiť: ${save_error}`" />