mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 13:00:44 -05:00
fix(files): add title for files list table header button
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
e5b6634c8f
commit
ae2ba0eddd
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue