mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 05:33:11 -04:00
Fix ShareLink Upload UI for Folders
Do not show the Upload-Option if it is not allowed to check. Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
parent
af98f52eac
commit
e006491b85
1 changed files with 1 additions and 1 deletions
|
|
@ -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