Fixed typo
This commit is contained in:
parent
f590b2199b
commit
8a87a80005
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ export default {
|
||||||
this.addRecipientKeyLoading = false
|
this.addRecipientKeyLoading = false
|
||||||
|
|
||||||
let recipient = _.find(this.recipients, ['id', this.recipientToAddKey.id])
|
let recipient = _.find(this.recipients, ['id', this.recipientToAddKey.id])
|
||||||
recipient.shoud_encrypt = data.data.should_encrypt
|
recipient.should_encrypt = data.data.should_encrypt
|
||||||
recipient.fingerprint = data.data.fingerprint
|
recipient.fingerprint = data.data.fingerprint
|
||||||
|
|
||||||
this.recipientKey = ''
|
this.recipientKey = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue