Fixed file group max file size validation..
This commit is contained in:
parent
e7a05d12ae
commit
3a32a7b026
@ -31,6 +31,8 @@ class File extends Form
|
||||
$this->options = $options;
|
||||
}
|
||||
|
||||
$this->options['maxFilesize'] = config('filesystems.max_size');
|
||||
|
||||
return view('components.form.group.file');
|
||||
}
|
||||
}
|
||||
|
@ -54,6 +54,8 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-red text-sm mt-1 block" data-dz-errormessage></div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user