Updated a stupid function name a longer name

This commit is contained in:
2019-10-04 00:32:40 +02:00
parent 6f74a5bff4
commit f39560e041

View File

@@ -60,7 +60,7 @@
justify-content: center;
margin: 1rem;
">
<seasonedButton @click="ostekake">Edit search query</seasonedButton>
<seasonedButton @click="resetTorrentsAndToggleEditSearchQuery">Edit search query</seasonedButton>
</div>
</div>
@@ -137,7 +137,7 @@ export default {
store.dispatch('torrentModule/reset')
},
methods: {
ostekake() {
resetTorrentsAndToggleEditSearchQuery() {
this.torrents = []
this.toggleEditSearchQuery()
},