mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
style(search-bar): drop redundant ($event) in @change binding
This commit is contained in:
parent
2b20778e29
commit
f120497617
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
<input
|
||||
type="checkbox"
|
||||
:checked="advancedSearch.enabled"
|
||||
@change="toggleAdvancedEnabled($event)"
|
||||
@change="toggleAdvancedEnabled"
|
||||
/>
|
||||
Advanced Search
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue