mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Sort logs according to time (#625)
This commit is contained in:
parent
03cb61d8e9
commit
ddef2b0600
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export const LeftSidebarDebugger = ({ darkMode, components, errors }) => {
|
|||
})
|
||||
})
|
||||
|
||||
const newData = [...copy, ...errorData]
|
||||
const newData = [...errorData, ...copy]
|
||||
return newData
|
||||
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue