mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
fix: fix permissions in mocked feature page
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
343ddd7eaa
commit
d7108ba522
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ const handler = (req: NextApiRequest, res: NextApiResponse): void => {
|
||||||
sharedToGroups: [
|
sharedToGroups: [
|
||||||
{
|
{
|
||||||
groupName: '_LOGGED_IN',
|
groupName: '_LOGGED_IN',
|
||||||
|
canEdit: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
groupName: '_EVERYONE',
|
||||||
canEdit: false
|
canEdit: false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue