Fix the available list
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2d72c16ecd
commit
f9eb5c85a3
|
@ -120,7 +120,6 @@
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
this.availableAppUpdates = response.ocs.data.available;
|
this.availableAppUpdates = response.ocs.data.available;
|
||||||
this.missingAppUpdates = response.ocs.data.missing;
|
this.missingAppUpdates = response.ocs.data.missing;
|
||||||
this.availableAppUpdates = response.ocs.data.missing;
|
|
||||||
this.isListFetched = true;
|
this.isListFetched = true;
|
||||||
this.appStoreFailed = false;
|
this.appStoreFailed = false;
|
||||||
}.bind(this),
|
}.bind(this),
|
||||||
|
|
Loading…
Reference in New Issue