Skip to content

Commit 9fe8a94

Browse files
committed
Change type of form
1 parent d3483d7 commit 9fe8a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/Collaborators/Collaborator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export const LinkPermissions = ({ readOnly }: ILinkPermissionProps) => {
242242
variant="link"
243243
onChange={e => {
244244
actions.workspace.sandboxPrivacyChanged({
245-
privacy: Number(e.target.value) as 0 | 2,
245+
privacy: Number(e.target.value) as 0 | 1 | 2,
246246
source: 'collaboratorss',
247247
});
248248
}}

0 commit comments

Comments
 (0)