Skip to content

Commit 79a6548

Browse files
committed
fix dropzone
1 parent 8822522 commit 79a6548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
}
216216
});
217217
},
218-
acceptedFiles: "{{ implode($helper->availableMimeTypes()) }}",
218+
acceptedFiles: "{{ implode(',', $helper->availableMimeTypes()) }}",
219219
maxFilesize: ({{ $helper->maxUploadSize() }} / 1000)
220220
}
221221
</script>

0 commit comments

Comments
 (0)