diff --git a/app/src/views/app/AppInfo.vue b/app/src/views/app/AppInfo.vue index 7099b6de..1103045a 100644 --- a/app/src/views/app/AppInfo.vue +++ b/app/src/views/app/AppInfo.vue @@ -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' }) })