mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
small fixes for search
This commit is contained in:
@@ -218,8 +218,7 @@ export class RemoteDataBuildService {
|
||||
.map((d: RemoteData<T>) => d.isResponsePending)
|
||||
.find((b: boolean) => b === true);
|
||||
|
||||
|
||||
let isSuccessful: boolean = undefined;
|
||||
let isSuccessful: boolean;
|
||||
// isSuccessful should be undefined until all responses have come in.
|
||||
// We can't know its state beforehand. We also can't say it's false
|
||||
// because that would imply a request failed.
|
||||
|
Reference in New Issue
Block a user