Skip to content

Commit

Permalink
Update src/bundle/Resources/public/js/scripts/fieldType/ezimage.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dariusz Szut <dew326@gmail.com>
  • Loading branch information
ciastektk and dew326 authored Dec 5, 2023
1 parent e297750 commit bfa6283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
validator,
fieldContainer,
fileTypeAccept: inputFileFieldContainer.accept,
allowedFileTypes: typeof allowedFileTypes !== 'undefined' ? allowedFileTypes.split(',') : [],
allowedFileTypes,
});

previewField.init();
Expand Down

0 comments on commit bfa6283

Please sign in to comment.