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" />
|
||||
|
||||
<!-- 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-actions>
|
||||
<v-spacer></v-spacer>
|
||||
|
||||
@@ -116,7 +116,7 @@ const deleteStudent = async () => {
|
||||
</tbody>
|
||||
</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>
|
||||
</v-card>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user