We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab6320 commit 049e343Copy full SHA for 049e343
client/src/components/Sharing/UserSharing.vue
@@ -126,7 +126,7 @@ const noChanges = computed(() => {
126
const canChangeCount = computed(() => props.item.extra?.can_change.length ?? 0);
127
const cannotChangeCount = computed(() => props.item.extra?.cannot_change.length ?? 0);
128
129
-const selectedSharingOption = ref<ShareOption>("make_public");
+const selectedSharingOption = ref<ShareOption>("make_accessible_to_shared");
130
131
function onUpdatePermissions() {
132
emit("share", sharingCandidatesAsEmails.value, selectedSharingOption.value);
0 commit comments