mirror of
https://github.com/nextcloud/server.git
synced 2026-04-08 10:36:22 -04: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
102d73fbbe
commit
f7498d0069
1 changed files with 1 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue