fix: fix permissions in mocked feature page

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-11 11:13:12 +02:00
parent 343ddd7eaa
commit d7108ba522

View file

@ -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
} }
] ]