mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-01 02:01:56 +00:00
change default sort on logs tables closes #1907
This commit is contained in:
@@ -493,7 +493,7 @@ export default function GeneralPage() {
|
||||
}}
|
||||
defaultSort={{
|
||||
id: "timestamp",
|
||||
desc: false
|
||||
desc: true
|
||||
}}
|
||||
// Server-side pagination props
|
||||
totalCount={totalCount}
|
||||
|
||||
Reference in New Issue
Block a user