Will Browning 6 سال پیش
والد
کامیت
8a87a80005
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      resources/js/pages/Recipients.vue

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

@@ -551,7 +551,7 @@ export default {
           this.addRecipientKeyLoading = false
 
           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
 
           this.recipientKey = ''