Remove autofocus form log panel search (#11888)

This commit is contained in:
Joakim Sørensen 2022-03-01 00:31:09 +01:00 committed by GitHub
parent a9e5a5dd44
commit e5f77c35d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@ export class HaConfigLogs extends LitElement {
: html`
<div class="search">
<search-input
autofocus
no-label-float
no-underline
@value-changed=${this._filterChanged}