Skip to content

Commit

Permalink
Merge pull request #48898 from nextcloud/fix/files--list-header-butto…
Browse files Browse the repository at this point in the history
…n-title

fix(files): add title for files list table header button
  • Loading branch information
nickvergessen authored Oct 25, 2024
2 parents 102d73f + 4010f7e commit 7b36547
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 7b36547

Please sign in to comment.