mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-21 16:04:14 +01:00
remove redundant inline event handler in SearchBar.vue
This commit is contained in:
parent
f7779bed74
commit
58fe2d0aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
<input
|
||||
type="checkbox"
|
||||
:checked="searchPrefs.disableWebSearch"
|
||||
@change="toggleDisableWebSearch($event)"
|
||||
@change="toggleDisableWebSearch"
|
||||
/>
|
||||
Disable Web Search
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue