This commit is contained in:
Harald Bamberger
2025-04-11 17:22:37 +02:00
parent a5b8e7dc8b
commit 9f94c8fafd
@@ -294,7 +294,7 @@ export default {
});
},
deleteMobility(bisio_id) {
return this.api
return this.$api
.call(ApiStvMobility.deleteMobility(bisio_id))
.then(response => {
this.$fhcAlert.alertSuccess(this.$p.t('ui', 'successDelete'));