Lint
This commit is contained in:
parent
59d9edb4b1
commit
5fb7d71395
3 changed files with 6 additions and 4 deletions
|
|
@ -86,7 +86,9 @@ export class LogsView extends ItemView {
|
|||
dropdown.value = this.minLogLevel;
|
||||
|
||||
dropdown.addEventListener("change", () => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-type-assertion
|
||||
this.minLogLevel = dropdown.value as LogLevel;
|
||||
|
||||
this.logsContainer?.empty();
|
||||
this.logLineToElement.clear();
|
||||
this.updateView();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue