mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
lint: zz
This commit is contained in:
parent
3b33196df5
commit
88d19089e3
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ export default {
|
|||
},
|
||||
|
||||
async uninstall () {
|
||||
const data = this.purge === true ? {purge: 1} : {}
|
||||
const data = this.purge === true ? { purge: 1 } : {}
|
||||
api.delete('apps/' + this.id, data, { key: 'apps.uninstall', name: this.app.label }).then(() => {
|
||||
this.$router.push({ name: 'app-list' })
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue