Make projects table sorted by default

This commit is contained in:
D. Berge
2025-07-25 20:07:40 +02:00
parent 122951e3a2
commit 5a523d4941

View File

@@ -156,7 +156,7 @@ export default {
},
],
items: [],
options: {},
options: { sortBy: ["pid"], sortDesc: [true] },
// Whether or not to show archived projects
showArchived: true,