mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +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
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
:checked="advancedSearch.enabled"
|
:checked="advancedSearch.enabled"
|
||||||
@change="toggleAdvancedEnabled($event)"
|
@change="toggleAdvancedEnabled"
|
||||||
/>
|
/>
|
||||||
Advanced Search
|
Advanced Search
|
||||||
</label>
|
</label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue