mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-23 19:03:24 +00: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: [
|
||||
{
|
||||
groupName: '_LOGGED_IN',
|
||||
canEdit: true
|
||||
},
|
||||
{
|
||||
groupName: '_EVERYONE',
|
||||
canEdit: false
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue