upload version refresh (#3021)

This commit is contained in:
Eugenio Romano
2018-03-01 19:23:39 +00:00
committed by GitHub
parent 73720d8975
commit cef91dc516
3 changed files with 8 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ export class VersionListComponent implements OnChanges {
.then(this.loadVersionHistory.bind(this));
}
private loadVersionHistory() {
loadVersionHistory() {
this.isLoading = true;
this.versionsApi.listVersionHistory(this.id).then((data) => {
this.versions = data.list.entries;