This commit is contained in:
2025-06-11 16:50:31 +02:00
parent f9f1bcd34a
commit 85773fc09e
4 changed files with 15 additions and 4 deletions

View File

@@ -125,7 +125,7 @@
:headers="headers"
:items="filteredInterests"
:search="search"
:sort-by="[{ key: 'Created At', order: 'desc' }, { key: 'Full Name', order: 'asc' }]"
:sort-by="[{ key: 'Id', order: 'desc' }]"
must-sort
hover
:loading="loading"