Will Browning 6 lat temu
rodzic
commit
8a87a80005
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/js/pages/Recipients.vue

+ 1 - 1
resources/js/pages/Recipients.vue

@@ -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 = ''