Skip to content

Commit

Permalink
D3FilesUploadWidget - removed default input mimetype
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersoftware-lv committed Sep 21, 2020
1 parent 49f2d20 commit cd3c74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/D3FilesUploadWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class D3FilesUploadWidget extends D3Widget
public function init(): void
{
if (!$this->options) {
$this->options = ['multiple' => true, 'accept' => 'image/*'];
`` $this->options = ['multiple' => true];
}

if ($this->model && property_exists($this->model, 'd3filesControllerRoute')) {
Expand Down

0 comments on commit cd3c74d

Please sign in to comment.