mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(files): changed prop to kebab-case
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Jonas Stene <jonas@stene.li>
This commit is contained in:
parent
b35569abe2
commit
e44305a8b7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<!-- Uploader -->
|
||||
<UploadPicker v-if="canUpload && !isQuotaExceeded && currentFolder"
|
||||
allow-folders
|
||||
:noLabel="fileListWidth <= 511"
|
||||
:no-label="fileListWidth <= 511"
|
||||
class="files-list__header-upload-button"
|
||||
:content="getContent"
|
||||
:destination="currentFolder"
|
||||
|
|
|
|||
Loading…
Reference in a new issue