mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Fix add file button handler (#663)
This commit is contained in:
parent
37bfbf8688
commit
379aa70184
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ interface PromptForFileReferenceOptions {
|
|||
|
||||
export async function promptForFileReferences(
|
||||
{ accept, directory = false }: PromptForFileReferenceOptions = {
|
||||
accept,
|
||||
accept: null,
|
||||
directory: false
|
||||
}
|
||||
): Promise<FileList> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue