From bf770c9382cdbb0d065a68fb6f655568f795c1ae Mon Sep 17 00:00:00 2001 From: Hadrien Date: Sun, 7 Aug 2022 22:27:19 +0200 Subject: [PATCH] iteration --- app/src/views/app/AppInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 () {