mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
99053: Passed previousSearchQuery to AdvancedWorkflowActionSelectReviewerComponent
This commit is contained in:
@@ -54,7 +54,8 @@ export class ActivatedRouteStub {
|
||||
get snapshot() {
|
||||
return {
|
||||
params: this.testParams,
|
||||
queryParamMap: convertToParamMap(this.testParams)
|
||||
queryParamMap: convertToParamMap(this.testParams),
|
||||
queryParams: {} as Params,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user