Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/MessageAttachments.vue')
-rw-r--r--src/components/MessageAttachments.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/MessageAttachments.vue b/src/components/MessageAttachments.vue
index bb3e5c1ff..fa7ddf9a4 100644
--- a/src/components/MessageAttachments.vue
+++ b/src/components/MessageAttachments.vue
@@ -70,7 +70,7 @@
<script>
import { basename } from '@nextcloud/paths'
-import IconLoading from '@nextcloud/vue/dist/Components/NcLoadingIcon'
+import { NcLoadingIcon as IconLoading } from '@nextcloud/vue'
import { generateUrl } from '@nextcloud/router'
import { getFilePickerBuilder } from '@nextcloud/dialogs'
import { saveAttachmentsToFiles } from '../service/AttachmentService'