Merge pull request #1792 from SevanNerse/master

maxFiles have to be given to akaunting dropzone component
This commit is contained in:
Cüneyt Şentürk
2021-01-21 21:54:16 +03:00
committed by GitHub

View File

@ -19,6 +19,9 @@
@php $attributes['options']['maxFiles'] = 1 @endphp
:options={{ json_encode($attributes['options']) }}
@endif
@else
@php $attributes['options']['maxFiles'] = 1 @endphp
:options={{ json_encode($attributes['options']) }}
@endif
@if (!empty($attributes['multiple']))
multiple