Updated a stupid function name a longer name
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
">
|
">
|
||||||
<seasonedButton @click="ostekake">Edit search query</seasonedButton>
|
<seasonedButton @click="resetTorrentsAndToggleEditSearchQuery">Edit search query</seasonedButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -137,7 +137,7 @@ export default {
|
|||||||
store.dispatch('torrentModule/reset')
|
store.dispatch('torrentModule/reset')
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
ostekake() {
|
resetTorrentsAndToggleEditSearchQuery() {
|
||||||
this.torrents = []
|
this.torrents = []
|
||||||
this.toggleEditSearchQuery()
|
this.toggleEditSearchQuery()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user