This commit is contained in:
axolotle 2023-09-29 17:13:12 +02:00
parent 3b33196df5
commit 88d19089e3

View file

@ -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' })
})