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.
2 parents bfcc46a + 049e343 commit 78f47c5Copy full SHA for 78f47c5
client/src/components/Sharing/UserSharing.vue
@@ -139,7 +139,7 @@ const cannotChangeDatasets = computed(() => {
139
return isShareableHistoryWithStatus(props.item) ? props.item.extra.cannot_change : [];
140
});
141
142
-const selectedSharingOption = ref<ShareOption>("make_public");
+const selectedSharingOption = ref<ShareOption>("make_accessible_to_shared");
143
144
function onUpdatePermissions() {
145
emit("share", sharingCandidatesAsEmails.value, selectedSharingOption.value);
0 commit comments