This commit is contained in:
2025-06-10 20:45:47 +02:00
parent e5b8affa84
commit cf4af2cbff
5 changed files with 82 additions and 68 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"