mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
format logs instance to avoid error
This commit is contained in:
parent
9e1876fea0
commit
be71b0781d
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ class FetchLogs {
|
|||
|
||||
//get settings
|
||||
setSettings() {
|
||||
this.instanceName = this.instance.textContent;
|
||||
this.instanceName = this.instance.textContent.trim();
|
||||
//get range date
|
||||
this.fromDate = Date.parse(this.fromDateInp.value)
|
||||
? Date.parse(this.fromDateInp.value)
|
||||
|
|
|
|||
Loading…
Reference in a new issue