瀏覽代碼

Fixed typo

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