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:
Jonas Rittershofer 2021-12-14 01:02:04 +01:00
parent 959cc738d6
commit 04cbce5dc4
No known key found for this signature in database
GPG key ID: A865740F334316E0

View file

@ -178,7 +178,7 @@
</template>
<!-- file -->
<ActionCheckbox v-else
<ActionCheckbox v-if="!isFolder"
:checked.sync="canUpdate"
:disabled="saving"
@change="queueUpdate('permissions')">