Skip to content

Commit 2bd6606

Browse files
committed
Fixes bug with the title of the error details page
1 parent d259123 commit 2bd6606

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Cofoundry.Plugins.ErrorLogging.Admin/Plugins/Admin/Modules/Errors/Content/js/errors_templates.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cofoundry.Plugins.ErrorLogging.Admin/Plugins/Admin/Modules/Errors/Js/Routes/ErrorDetails.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<cms-page-header cms-title="{{::vm.error.errorId}}"
2-
cms-parent-title="Errors">></cms-page-header>
1+
<cms-page-header cms-title="{{vm.error.errorId}}"
2+
cms-parent-title="Errors"></cms-page-header>
33

44
<cms-form cms-name="mainForm">
55

0 commit comments

Comments
 (0)