From f39560e041b4e5b6863a28e6d73e9d012cd838ee Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 4 Oct 2019 00:32:40 +0200 Subject: [PATCH] Updated a stupid function name a longer name --- src/components/TorrentList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TorrentList.vue b/src/components/TorrentList.vue index 2bf97a7..959ebf6 100644 --- a/src/components/TorrentList.vue +++ b/src/components/TorrentList.vue @@ -60,7 +60,7 @@ justify-content: center; margin: 1rem; "> - Edit search query + Edit search query @@ -137,7 +137,7 @@ export default { store.dispatch('torrentModule/reset') }, methods: { - ostekake() { + resetTorrentsAndToggleEditSearchQuery() { this.torrents = [] this.toggleEditSearchQuery() },