Skip to content

Commit e44305a

Browse files
joj0rsusnux
authored andcommitted
fix(files): changed prop to kebab-case
Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: Jonas Stene <[email protected]>
1 parent b35569a commit e44305a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/src/views/FilesList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- Uploader -->
2626
<UploadPicker v-if="canUpload && !isQuotaExceeded && currentFolder"
2727
allow-folders
28-
:noLabel="fileListWidth <= 511"
28+
:no-label="fileListWidth <= 511"
2929
class="files-list__header-upload-button"
3030
:content="getContent"
3131
:destination="currentFolder"

0 commit comments

Comments
 (0)