From 24b445ee182e30437191a1e7e2319675d085cc7c Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 3 Feb 2026 23:01:58 +0100 Subject: [PATCH] fix(files_sharing): add missing import of `NcIconSvgWrapper` Signed-off-by: Ferdinand Thiessen --- apps/files_sharing/src/components/SharingEntryLink.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index c41f36dd6d4..cd2eb2c3234 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -246,6 +246,7 @@ import NcActionSeparator from '@nextcloud/vue/components/NcActionSeparator' import NcActions from '@nextcloud/vue/components/NcActions' import NcAvatar from '@nextcloud/vue/components/NcAvatar' import NcDialog from '@nextcloud/vue/components/NcDialog' +import NcIconSvgWrapper from '@nextcloud/vue/components/NcIconSvgWrapper' import Tune from 'vue-material-design-icons/Tune.vue' import IconCalendarBlank from 'vue-material-design-icons/CalendarBlank.vue' @@ -279,6 +280,7 @@ export default { NcActionSeparator, NcAvatar, NcDialog, + NcIconSvgWrapper, VueQrcode, Tune, IconCalendarBlank,