diff options
author | Joas Schilling <coding@schilljs.com> | 2018-03-06 17:14:07 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-03-06 17:14:07 +0100 |
commit | f9eb5c85a3161057b8fd1c091d3bef7c5222f16a (patch) | |
tree | 91baa2f9cdb469369367c1be32b0b92324de0917 /apps | |
parent | 2d72c16ecdc6d60b000f6cc8f8c73a8378f11d4a (diff) | |
download | nextcloud-server-f9eb5c85a3161057b8fd1c091d3bef7c5222f16a.tar.gz nextcloud-server-f9eb5c85a3161057b8fd1c091d3bef7c5222f16a.zip |
Fix the available list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/updatenotification/js-src/components/root.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/updatenotification/js-src/components/root.vue b/apps/updatenotification/js-src/components/root.vue index 23a132ec0b0..6f6188f4d91 100644 --- a/apps/updatenotification/js-src/components/root.vue +++ b/apps/updatenotification/js-src/components/root.vue @@ -120,7 +120,6 @@ success: function(response) { this.availableAppUpdates = response.ocs.data.available; this.missingAppUpdates = response.ocs.data.missing; - this.availableAppUpdates = response.ocs.data.missing; this.isListFetched = true; this.appStoreFailed = false; }.bind(this), |