Merge branch 'merge_FHC4_C4' of github.com:FH-Complete/FHC-Core into merge_FHC4_C4

This commit is contained in:
ma0068
2025-03-03 16:40:15 +01:00
@@ -68,7 +68,7 @@ export default {
)
: Promise.resolve())
.then(() => data)
.then(this.$fhcApi.factory.stv.konto.insert(this.$refs.form))
.then((data) => this.$fhcApi.factory.stv.konto.insert(this.$refs.form, data))
.then(result => {
this.$emit('saved', result.data);
this.loading = false;