feat: sort share files by name by default

This commit is contained in:
Elias Schneider
2024-07-25 19:32:00 +02:00
parent 601772d2f4
commit 27ee9fb6cb
2 changed files with 6 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ const FileList = ({
const t = useTranslate();
const [sort, setSort] = useState<TableSort>({
property: undefined,
property: "name",
direction: "desc",
});