fix use of confirm dialog with rewritten factory calls

This commit is contained in:
Harald Bamberger
2025-03-03 15:26:54 +01:00
parent 20fc528107
commit 9aa8c33e83
@@ -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;