Skip to content

Commit b4739d8

Browse files
authored
Update MiniSummaryPageController.ts
1 parent 16580ce commit b4739d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/src/server/plugins/engine/pageControllers/MiniSummaryPageController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class MiniSummaryPageController extends PageController {
2121

2222
const items = sectionDetails.items.map((item) => {
2323
const returnURL = encodeURIComponent(`/${model.basePath}${this.path}`);
24-
return { ...item, url: `${item.pageId}?returnTo=${returnURL}` };
24+
return { ...item, url: `${item.pageId}?returnUrl=${returnURL}` };
2525
});
2626
this.details = [{ items }];
2727

0 commit comments

Comments
 (0)