Skip to content

Commit 6a96382

Browse files
authored
Update PageControllerBase.ts
1 parent 950f3de commit 6a96382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export class PageControllerBase {
199199
components,
200200
errors,
201201
isStartPage: false,
202-
details: this.details,
202+
details: this.details || undefined,
203203
};
204204
}
205205

0 commit comments

Comments
 (0)