From 80c52467f1a8488cff993807be82a9b3020f2f36 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Fri, 6 Sep 2024 16:47:08 +0200 Subject: fix(files_sharing): checkbox for password in link share is not shown Signed-off-by: Grigorii K. Shartsev --- apps/files_sharing/src/components/SharingEntryLink.vue | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/files_sharing') diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index d8c465008c3..34991e2fa40 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -237,6 +237,7 @@ import Vue from 'vue' import VueQrcode from '@chenfengyuan/vue-qrcode' import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js' +import NcActionCheckbox from '@nextcloud/vue/dist/Components/NcActionCheckbox.js' import NcActionInput from '@nextcloud/vue/dist/Components/NcActionInput.js' import NcActionLink from '@nextcloud/vue/dist/Components/NcActionLink.js' import NcActionText from '@nextcloud/vue/dist/Components/NcActionText.js' @@ -270,6 +271,7 @@ export default { ExternalShareAction, NcActions, NcActionButton, + NcActionCheckbox, NcActionInput, NcActionLink, NcActionText, -- cgit v1.2.3