summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-10-05 10:29:48 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-05 16:58:45 +0200
commit67b664eed07104f0abc8cb784b7cf775050e1506 (patch)
tree6994572dd52e4be0a925d56c50994e1cb9194d45 /src
parenta6a3fa0d0617afa45ffd5b428c3b94c5cb55ea90 (diff)
Fix varname
Diffstat (limited to 'src')
-rw-r--r--src/views/Contacts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Contacts.vue b/src/views/Contacts.vue
index 8e4c638a..a769f209 100644
--- a/src/views/Contacts.vue
+++ b/src/views/Contacts.vue
@@ -206,7 +206,7 @@ export default {
/**
* Register search
*/
- this.userSearch = new OCA.Search(this.search, this.resetSearch)
+ this.search = new OCA.Search(this.search, this.resetSearch)
},
beforeMount() {