From 0f8aca9d87db9022fe942a3d3fbb11433e152676 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 31 Jul 2020 09:26:43 +0200 Subject: Bump compiled files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files_sharing/src/components/SharingEntryLink.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue') diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 7cf90280d94..8805026a7e7 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -485,10 +485,10 @@ export default { * @returns {boolean} */ isPasswordProtectedByTalk: { - get: function() { + get() { return this.share.sendPasswordByTalk }, - set: async function(enabled) { + async set(enabled) { this.share.sendPasswordByTalk = enabled }, }, @@ -535,10 +535,10 @@ export default { * @returns {boolean} */ canUpdate: { - get: function() { + get() { return this.share.hasUpdatePermission }, - set: function(enabled) { + set(enabled) { this.share.permissions = enabled ? OC.PERMISSION_READ | OC.PERMISSION_UPDATE : OC.PERMISSION_READ -- cgit v1.2.3