fix money group disabled attribute

This commit is contained in:
TheCOBAN
2020-02-26 15:43:35 +03:00
parent 67ef8bf805
commit bb0cf35b46
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['masked']))