Skip to content

Commit

Permalink
Merge pull request #48901 from nextcloud/backport/48898/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(files): add title for files list table header button
  • Loading branch information
ShGKme authored Oct 28, 2024
2 parents a8f54c0 + a179ec8 commit 34b9721
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/files/src/components/FilesListTableHeaderButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}]"
:alignment="mode === 'size' ? 'end' : 'start-reverse'"
type="tertiary"
:title="name"
@click="toggleSortBy(mode)">
<template #icon>
<MenuUp v-if="sortingMode !== mode || isAscSorting" class="files-list__column-sort-button-icon" />
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 34b9721

Please sign in to comment.