diff --git a/app/src/views/app/AppInfo.vue b/app/src/views/app/AppInfo.vue index 991d3c8ee..7e567a3f5 100644 --- a/app/src/views/app/AppInfo.vue +++ b/app/src/views/app/AppInfo.vue @@ -315,8 +315,8 @@ export default { this.$i18n.t('confirm_force_upgrade', { name: this.id }) ) if (!confirmed) return - - api.put('apps/' + this.id, {} + '/upgrade', { key: 'upgrade.' + id, app: 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 () {