Fix add file button handler (#663)

This commit is contained in:
Jakub Ďuraš 2018-10-01 01:10:44 +02:00 committed by Jordan Eldredge
parent 37bfbf8688
commit 379aa70184

View file

@ -94,7 +94,7 @@ interface PromptForFileReferenceOptions {
export async function promptForFileReferences(
{ accept, directory = false }: PromptForFileReferenceOptions = {
accept,
accept: null,
directory: false
}
): Promise<FileList> {