You've already forked isop-mirror
fix: missing alert props after type checks
This commit is contained in:
@@ -202,7 +202,7 @@ const deleteStudent = async () => {
|
|||||||
<ErrorAlert v-if="deleteError" :error="deleteError" />
|
<ErrorAlert v-if="deleteError" :error="deleteError" />
|
||||||
|
|
||||||
<!-- Success message -->
|
<!-- Success message -->
|
||||||
<SuccessAlert v-if="deleteSuccess" text="Študent bol úspešne vymazaný." />
|
<SuccessAlert v-if="deleteSuccess" title="Úspech" text="Študent bol úspešne vymazaný." />
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ const deleteStudent = async () => {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</v-table>
|
</v-table>
|
||||||
|
|
||||||
<InfoAlert v-else text="Zatiaľ nie sú zaregistrovaní žiadni študenti." />
|
<InfoAlert v-else title="Informácia" text="Zatiaľ nie sú zaregistrovaní žiadni študenti." />
|
||||||
</div>
|
</div>
|
||||||
</v-card>
|
</v-card>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user