[CST-4499] Version history - Tests WIP

This commit is contained in:
Davide Negretti
2021-09-20 17:38:03 +02:00
parent a547030ce0
commit fbc69832d8
4 changed files with 92 additions and 27 deletions

View File

@@ -392,7 +392,6 @@ export class ItemVersionsComponent implements OnInit {
getFirstCompletedRemoteData(),
).subscribe((res) => {
this.versionsRD$.next(res);
console.log(res.payload);
});
}