Skip to content

Commit 34b9721

Browse files
authored
Merge pull request #48901 from nextcloud/backport/48898/stable30
[stable30] fix(files): add title for files list table header button
2 parents a8f54c0 + a179ec8 commit 34b9721

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

apps/files/src/components/FilesListTableHeaderButton.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}]"
1010
:alignment="mode === 'size' ? 'end' : 'start-reverse'"
1111
type="tertiary"
12+
:title="name"
1213
@click="toggleSortBy(mode)">
1314
<template #icon>
1415
<MenuUp v-if="sortingMode !== mode || isAscSorting" class="files-list__column-sort-button-icon" />

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)