99053: Passed previousSearchQuery to AdvancedWorkflowActionSelectReviewerComponent

This commit is contained in:
Alexandre Vryghem
2023-02-10 12:50:36 +01:00
parent 19d0975df5
commit 99f9f592a0
6 changed files with 82 additions and 15 deletions

View File

@@ -54,7 +54,8 @@ export class ActivatedRouteStub {
get snapshot() {
return {
params: this.testParams,
queryParamMap: convertToParamMap(this.testParams)
queryParamMap: convertToParamMap(this.testParams),
queryParams: {} as Params,
};
}
}