Update select-file.ts

This commit is contained in:
syuilo 2025-05-13 19:57:44 +09:00
parent 41032965f1
commit 6f530b7cbf
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function select(src: HTMLElement | EventTarget | null, label: string | null, mul
}, {
text: i18n.ts.fromDrive,
icon: 'ti ti-cloud',
action: () => chooseFileFromDrive(multiple).then(files => res(files)),
action: () => chooseFileFromDrive({ multiple }).then(files => res(files)),
}, {
text: i18n.ts.fromUrl,
icon: 'ti ti-link',