Skip to content
Closed
Prev Previous commit
Next Next commit
fix(files): changed prop to kebab-case
Co-authored-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Jonas Stene <[email protected]>
  • Loading branch information
joj0r and susnux committed Aug 6, 2025
commit 49f5c5823ba5f1530a9cf846db049362f305c3e0
2 changes: 1 addition & 1 deletion apps/files/src/views/FilesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down