Skip to content

Commit

Permalink
Contacts: improves commit
Browse files Browse the repository at this point in the history
 * Fixes refresh after commit for searching for emails.
  • Loading branch information
bernhardreiter committed Feb 27, 2017
1 parent 5e3f783 commit e4f203f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dash/Contacts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ module.exports = {
return
}
if (this.searchEmail !== '') {
this.lookupEMail()
this.lookupEmail()
return
}
if (this.searchName !== '') {
Expand Down

0 comments on commit e4f203f

Please sign in to comment.