You've already forked isop-mirror
feat: implement email notification for internship status updates and add missing student relationship
This commit is contained in:
@@ -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}`" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user