fix(files): add title for files list table header button

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
pull/48922/head
Grigorii K. Shartsev 2024-10-25 18:06:33 +07:00 committed by backportbot[bot]
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" />