diff --git a/frontend/app/components/InternshipAgreementDownloader.vue b/frontend/app/components/InternshipAgreementDownloader.vue index ac18af3..29170f0 100644 --- a/frontend/app/components/InternshipAgreementDownloader.vue +++ b/frontend/app/components/InternshipAgreementDownloader.vue @@ -2,7 +2,8 @@ import { FetchError } from 'ofetch'; const props = defineProps<{ - internship_id: number + internship_id: number, + block?: boolean, }>(); const client = useSanctumClient(); @@ -27,8 +28,8 @@ async function requestDownload() {