mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 02:21:12 -04:00
Merge pull request #30288 from nextcloud/backport/30256/stable22
[stable22] Fix ShareLink Upload UI for Folders
This commit is contained in:
commit
97481259c3
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -178,7 +178,7 @@
|
|||
</template>
|
||||
|
||||
<!-- file -->
|
||||
<ActionCheckbox v-else
|
||||
<ActionCheckbox v-if="!isFolder"
|
||||
:checked.sync="canUpdate"
|
||||
:disabled="saving"
|
||||
@change="queueUpdate('permissions')">
|
||||
|
|
|
|||
Loading…
Reference in a new issue