fix: update condition for displaying WarningAlert based on report presence

This commit is contained in:
2025-11-06 15:59:51 +01:00
parent cd7e39eccb
commit 3fb2fb93e1

View File

@@ -108,7 +108,7 @@ async function onSubmit() {
<div>
<h4 class="mb-2">Výkaz</h4>
<WarningAlert v-if="props.internship.agreement" title="Existujúci dokument"
<WarningAlert v-if="props.internship.report" title="Existujúci dokument"
text="V systéme je už nahratý výkaz. Ak chcete nahradiť existujúcu verziu, vyberte súbor, alebo v opačnom prípade nechajte toto pole nevyplnené.">
<br />