fix: view source of page version crash (#3297)

This commit is contained in:
NGPixel 2022-01-10 17:16:14 -05:00
parent 68fc51ad44
commit 92fe9d3e31
No known key found for this signature in database
GPG Key ID: 8FDA2F1757F60D63
2 changed files with 4 additions and 2 deletions

View File

@ -86,6 +86,7 @@ export default {
.source { .source {
pre > code { pre > code {
box-shadow: none; box-shadow: none;
background-color: transparent;
color: mc('grey', '800'); color: mc('grey', '800');
font-family: 'Roboto Mono', sans-serif; font-family: 'Roboto Mono', sans-serif;
font-weight: 400; font-weight: 400;

View File

@ -372,7 +372,8 @@ router.get(['/s', '/s/*'], async (req, res, next) => {
page: { page: {
...page, ...page,
...pageVersion ...pageVersion
} },
effectivePermissions
}) })
} else { } else {
_.set(res.locals, 'pageMeta.title', page.title) _.set(res.locals, 'pageMeta.title', page.title)