We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3483d7 commit 9fe8a94Copy full SHA for 9fe8a94
packages/app/src/app/pages/Sandbox/Editor/Header/Collaborators/Collaborator.tsx
@@ -242,7 +242,7 @@ export const LinkPermissions = ({ readOnly }: ILinkPermissionProps) => {
242
variant="link"
243
onChange={e => {
244
actions.workspace.sandboxPrivacyChanged({
245
- privacy: Number(e.target.value) as 0 | 2,
+ privacy: Number(e.target.value) as 0 | 1 | 2,
246
source: 'collaboratorss',
247
});
248
}}
0 commit comments