There was an error while loading. Please reload this page.
2 parents 4db7dd5 + af98f5d commit 78f97f0Copy full SHA for 78f97f0
stories/views/FullyFeaturedDropzoneView.svelte
@@ -29,7 +29,7 @@
29
<Dropzone
30
on:drop={handleFilesSelect}
31
accept={['image/*']}
32
- containerClass="custom-dropzone">
+ containerClasses="custom-dropzone">
33
<button>Choose images to upload</button>
34
35
<p>or</p>
0 commit comments