diff --git a/app/src/views/app/AppInfo.vue b/app/src/views/app/AppInfo.vue index 7e567a3f5..64c03e674 100644 --- a/app/src/views/app/AppInfo.vue +++ b/app/src/views/app/AppInfo.vue @@ -316,7 +316,7 @@ export default { ) if (!confirmed) return - api.put('apps/' + this.id + '/upgrade', { key: 'upgrade.' + this.id, app: this.id, force: true }).then(this.$refs.view.fetchQueries) + api.put('apps/' + this.id + '/upgrade', { key: 'upgrade.' + this.id, app: this.id, force: true }).then(this.$refs.view.fetchQueries) }, async uninstall () {