mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
101289: Fixed test issues
This commit is contained in:
@@ -612,7 +612,7 @@ export class EditBitstreamPageComponent implements OnInit, OnDestroy {
|
||||
bundle$ = completedBundleRd$.pipe(
|
||||
map((bundleRd: RemoteData<Bundle>) => {
|
||||
if (bundleRd.hasSucceeded) {
|
||||
return bundleRd.payload
|
||||
return bundleRd.payload;
|
||||
} else {
|
||||
return this.bundle;
|
||||
}
|
||||
|
Reference in New Issue
Block a user