We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bb6f6a + 5119888 commit ed642a8Copy full SHA for ed642a8
lib/filepicker-builder.ts
@@ -6,7 +6,7 @@
6
import type { IFilePickerButton, IFilePickerButtonFactory, IFilePickerCanPick, IFilePickerFilter } from './components/types'
7
import type { Node } from '@nextcloud/files'
8
9
-import { basename } from 'path'
+import { basename } from '@nextcloud/paths'
10
import { spawnDialog } from '@nextcloud/vue/functions/dialog'
11
import { n, t } from './utils/l10n'
12
0 commit comments