diff --git a/frontend/src/pages/api/private/notes/features/index.ts b/frontend/src/pages/api/private/notes/features/index.ts index cc59b5b92..8e5445b96 100644 --- a/frontend/src/pages/api/private/notes/features/index.ts +++ b/frontend/src/pages/api/private/notes/features/index.ts @@ -41,6 +41,10 @@ const handler = (req: NextApiRequest, res: NextApiResponse): void => { sharedToGroups: [ { groupName: '_LOGGED_IN', + canEdit: true + }, + { + groupName: '_EVERYONE', canEdit: false } ]