Skip to content

Commit 1975318

Browse files
author
Jicheng Lu
committed
allow single file upload
1 parent 1172914 commit 1975318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/page/user/me/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
disableDefaultStyles
6767
containerStyles={'width: 100%; height: 100%;'}
6868
noDrag
69+
multiple={false}
6970
fileLimit={1}
7071
on:drop={e => handleFileDrop(e)}
7172
>

0 commit comments

Comments
 (0)