From c5fd22505744ea649df39b90eabae0eacca8be78 Mon Sep 17 00:00:00 2001 From: Sevan Nerse Date: Sun, 17 Jan 2021 12:44:23 +0300 Subject: [PATCH] options should be passed as a property --- resources/views/partials/form/file_group.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/form/file_group.blade.php b/resources/views/partials/form/file_group.blade.php index 12cbc7f1e..9bd4ff982 100644 --- a/resources/views/partials/form/file_group.blade.php +++ b/resources/views/partials/form/file_group.blade.php @@ -13,7 +13,7 @@ class="{{ $attributes['dropzone-class'] }}" @endif @if (!empty($attributes['options'])) - options={{ json_encode($attributes['options']) }} + :options={{ json_encode($attributes['options']) }} @endif @if (!empty($attributes['multiple'])) multiple