Skip to content

Commit af98f5d

Browse files
authored
Update FullyFeaturedDropzoneView.svelte
I believe this should be `containerClasses` to match https://github.com/thecodejack/svelte-file-dropzone/blob/master/src/components/Dropzone.svelte#L330
1 parent 4db7dd5 commit af98f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/views/FullyFeaturedDropzoneView.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Dropzone
3030
on:drop={handleFilesSelect}
3131
accept={['image/*']}
32-
containerClass="custom-dropzone">
32+
containerClasses="custom-dropzone">
3333
<button>Choose images to upload</button>
3434

3535
<p>or</p>

0 commit comments

Comments
 (0)