mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Fix pagination issues
This commit is contained in:
1
src/app/core/cache/response-cache.service.ts
vendored
1
src/app/core/cache/response-cache.service.ts
vendored
@@ -36,7 +36,6 @@ export class ResponseCacheService {
|
||||
get(key: string): Observable<ResponseCacheEntry> {
|
||||
return this.store.select<ResponseCacheEntry>('core', 'cache', 'response', key)
|
||||
.filter((entry) => this.isValid(entry))
|
||||
.distinctUntilChanged()
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user