mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-13 01:59:28 +00:00
fix typo
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user