Skip to content

Commit

Permalink
iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsapiwiq committed Aug 7, 2022
1 parent 705bf97 commit bf770c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/views/app/AppInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit bf770c9

Please sign in to comment.