Nicer read-only mode

This commit is contained in:
Zef Hemel
2023-01-16 11:28:59 +01:00
parent 882f157cf1
commit fd8645c157
4 changed files with 33 additions and 23 deletions
+1 -1
View File
@@ -23,8 +23,8 @@ export default function reducer(
: pageMeta
),
),
perm: action.meta.perm,
currentPage: action.meta.name,
currentPageMeta: action.meta,
};
case "page-changed":
return {