diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-02-18 18:28:51 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-02-20 02:28:13 +0100 |
commit | b06f5ba4c47450f355a8903c1a93ac68e8c6cfc2 (patch) | |
tree | a23a02f38db01f41e291ad331c76d6d69f7b630c /apps/files_sharing/src/components/SharingInput.vue | |
parent | a7d50df79b578506922cdf334bafe7d9045540c7 (diff) | |
download | nextcloud-server-b06f5ba4c47450f355a8903c1a93ac68e8c6cfc2.tar.gz nextcloud-server-b06f5ba4c47450f355a8903c1a93ac68e8c6cfc2.zip |
refactor: Migrate nextcloud-vue usage to new import schema
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/files_sharing/src/components/SharingInput.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingInput.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index 689539f737a..c3657ff35fa 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -36,7 +36,7 @@ import { getCurrentUser } from '@nextcloud/auth' import { getCapabilities } from '@nextcloud/capabilities' import axios from '@nextcloud/axios' import debounce from 'debounce' -import NcSelect from '@nextcloud/vue/dist/Components/NcSelect.js' +import NcSelect from '@nextcloud/vue/components/NcSelect' import Config from '../services/ConfigService.ts' import Share from '../models/Share.ts' |