Skip to content

Commit b0d8662

Browse files
committed
typing fix
1 parent c3cc377 commit b0d8662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/routes/form/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { page } from '$app/stores';
44
import Dropzone from '../../../../src/lib/components/Dropzone.svelte';
55
6-
let files: string[] = [];
6+
let files: { name: string }[] = [];
77
88
function handleFilesSelect(e: any) {
99
const { acceptedFiles } = e.detail;

0 commit comments

Comments
 (0)