Skip to content

Commit

Permalink
Merge pull request #30287 from nextcloud/backport/30256/stable21
Browse files Browse the repository at this point in the history
[stable21] Fix ShareLink Upload UI for Folders
  • Loading branch information
artonge authored Dec 16, 2021
2 parents c5a8610 + 9a7592d commit 6461853
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -175,7 +175,7 @@
</template>

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

0 comments on commit 6461853

Please sign in to comment.