We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9cf5c commit 46fd908Copy full SHA for 46fd908
1 file changed
lib/filepicker-builder.ts
@@ -70,7 +70,7 @@ export class FilePicker<IsMultiSelect extends boolean> {
70
public async pickNodes(): Promise<Node[]> {
71
const { default: FilePickerVue } = await import('./components/FilePicker/FilePicker.vue')
72
73
- const [nodes] = await spawnDialog(FilePickerVue, {
+ const nodes = await spawnDialog(FilePickerVue, {
74
allowPickDirectory: this.directoriesAllowed,
75
buttons: this.buttons,
76
name: this.title,
0 commit comments