mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +00:00
Make projects table sorted by default
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
||||
},
|
||||
],
|
||||
items: [],
|
||||
options: {},
|
||||
options: { sortBy: ["pid"], sortDesc: [true] },
|
||||
|
||||
// Whether or not to show archived projects
|
||||
showArchived: true,
|
||||
|
||||
Reference in New Issue
Block a user