mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
bug fixing
This commit is contained in:
@@ -23,6 +23,7 @@ import {
|
||||
} from '../../shared/operators';
|
||||
import { CacheableObject, TypedObject } from '../object-cache.reducer';
|
||||
import { createSuccessfulRemoteDataObject$ } from '../../../shared/testing/utils';
|
||||
import { deepClone } from 'fast-json-patch';
|
||||
|
||||
@Injectable()
|
||||
export class RemoteDataBuildService {
|
||||
@@ -124,7 +125,6 @@ export class RemoteDataBuildService {
|
||||
});
|
||||
}));
|
||||
}),
|
||||
startWith([]),
|
||||
distinctUntilChanged(),
|
||||
);
|
||||
const pageInfo$ = requestEntry$.pipe(
|
||||
|
Reference in New Issue
Block a user