diff options
author | fenn-cs <fenn25.fn@gmail.com> | 2023-10-24 13:40:19 +0100 |
---|---|---|
committer | fenn-cs <fenn25.fn@gmail.com> | 2023-10-28 09:53:42 +0100 |
commit | 2f0e9a80c54437f3b95c481181004de803e984b7 (patch) | |
tree | 9ef158f9b3c206fce6c4c87b64816efe9ac39408 /apps/files_sharing/src | |
parent | 170a83a77ee77fbb50a42a10fb814834f0d8a744 (diff) | |
download | nextcloud-server-2f0e9a80c54437f3b95c481181004de803e984b7.tar.gz nextcloud-server-2f0e9a80c54437f3b95c481181004de803e984b7.zip |
Fix dupblicate sharing option
Allow download was duplicated via a rebase/merge action during
fe78157b77675b2fdc9eb5abfe0d530727fdddd8 this fixes that.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/views/SharingDetailsTab.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue index bb1ce9b0dea..9306a0b5217 100644 --- a/apps/files_sharing/src/views/SharingDetailsTab.vue +++ b/apps/files_sharing/src/views/SharingDetailsTab.vue @@ -134,9 +134,6 @@ <NcCheckboxRadioSwitch v-if="!isPublicShare" :disabled="!canSetDownload" :checked.sync="canDownload"> {{ t('files_sharing', 'Allow download') }} </NcCheckboxRadioSwitch> - <NcCheckboxRadioSwitch v-if="!isPublicShare" :disabled="!canSetDownload" :checked.sync="canDownload"> - {{ t('file_sharing', 'Allow download') }} - </NcCheckboxRadioSwitch> <NcCheckboxRadioSwitch :checked.sync="writeNoteToRecipientIsChecked"> {{ t('files_sharing', 'Note to recipient') }} </NcCheckboxRadioSwitch> |