Skip to content

Commit b35569a

Browse files
joj0rskjnldsv
authored andcommitted
fix(files): added noLabel prop to UploadPicker with breakpoint
Signed-off-by: Jonas Stene <[email protected]>
1 parent f9fa5ab commit b35569a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/files/src/views/FilesList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<!-- Uploader -->
2626
<UploadPicker v-if="canUpload && !isQuotaExceeded && currentFolder"
2727
allow-folders
28+
:noLabel="fileListWidth <= 511"
2829
class="files-list__header-upload-button"
2930
:content="getContent"
3031
:destination="currentFolder"

0 commit comments

Comments
 (0)