fix: remove sort history entries + fix history entries order - fixed #1455
This commit is contained in:
@@ -1365,6 +1365,7 @@ export default {
|
||||
status: this.response.status,
|
||||
date: new Date().toLocaleDateString(),
|
||||
time: new Date().toLocaleTimeString(),
|
||||
updatedOn: new Date(),
|
||||
method: this.method,
|
||||
url: this.url,
|
||||
path: this.path,
|
||||
@@ -1422,6 +1423,7 @@ export default {
|
||||
status: this.response.status,
|
||||
date: new Date().toLocaleDateString(),
|
||||
time: new Date().toLocaleTimeString(),
|
||||
updatedOn: new Date(),
|
||||
method: this.method,
|
||||
url: this.url,
|
||||
path: this.path,
|
||||
|
||||
Reference in New Issue
Block a user