Skip to content

Commit

Permalink
Merge pull request #30289 from nextcloud/backport/30256/stable23
Browse files Browse the repository at this point in the history
[stable23] Fix ShareLink Upload UI for Folders
  • Loading branch information
artonge authored Dec 16, 2021
2 parents 659d10f + 1f1758e commit 1c296cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/files_sharing/js/dist/files_sharing_tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/files_sharing_tab.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/src/components/SharingEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
</template>

<!-- file -->
<ActionCheckbox v-else
<ActionCheckbox v-if="!isFolder"
:checked.sync="canUpdate"
:disabled="saving"
@change="queueUpdate('permissions')">
Expand Down

0 comments on commit 1c296cb

Please sign in to comment.