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 d081388 commit 5ea5730Copy full SHA for 5ea5730
packages/app-aco/src/dialogs/useSetPermissionsDialog.tsx
@@ -59,7 +59,7 @@ const FormComponent = ({ folder }: FormComponentProps) => {
59
const selectedUserOrTeam = value[value.length - 1];
60
const newPermission: FolderPermission = {
61
target: selectedUserOrTeam.target,
62
- level: "editor"
+ level: "viewer"
63
};
64
65
// We want to add the new permission to the 2nd position in the array.
0 commit comments