Studentenverwaltung new person: errors are shown in fields, not as popup

This commit is contained in:
Alexei Karpenko
2025-07-03 15:26:03 +02:00
parent d15d27b3e1
commit 3e924b62a6
@@ -200,7 +200,7 @@ export default {
data.personOnly = this.personOnly;
this.$api.call(
this.$refs.form.call(
ApiStvStudents.add(data)
)
.then(result => {