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
commit 50013be954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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