diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | apps/settings/src/components/AppList.vue | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -314,7 +314,6 @@ - Max <max@nextcloud.com> - Max Kovalenko <mxss1998@yandex.ru> - Max Kunzelmann <maxdev@posteo.de> - - Max Schmit <maxschm@hotmail.com> - Maxence Lange <maxence@artificial-owl.com> - Maxence Lange <maxence@nextcloud.com> - Maxence Lange <maxence@pontapreta.net> diff --git a/apps/settings/src/components/AppList.vue b/apps/settings/src/components/AppList.vue index 860b9e13317..8d874982e0d 100644 --- a/apps/settings/src/components/AppList.vue +++ b/apps/settings/src/components/AppList.vue @@ -326,7 +326,7 @@ export default { this.apps .filter(app => app.update) .map((app) => limit(() => { - app.update(app.id) + this.update(app.id) })) }, }, |