Skip to content

Commit

Permalink
Merge pull request #18939 from jdavcs/23.2_sharing_ui_bug
Browse files Browse the repository at this point in the history
[23.2] Fix bug in sharing ui
  • Loading branch information
jdavcs authored Oct 4, 2024
2 parents 4a845a4 + ad6d973 commit c0f4ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Sharing/UserSharing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ defineExpose({
class="mb-4">
<BFormSelect v-model="selectedSharingOption">
<BFormSelectOption value="make_public"> Make datasets public </BFormSelectOption>
<BFormSelectOption value="make_accessible_and_shared">
<BFormSelectOption value="make_accessible_to_shared">
Make datasets private to me and users this {{ modelClass }} is shared with
</BFormSelectOption>
<BFormSelectOption value="no_changes"> Share {{ modelClass }} anyways </BFormSelectOption>
Expand Down

0 comments on commit c0f4ba1

Please sign in to comment.