X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3693/head:/resources/views/attachments/manager-edit-form.blade.php diff --git a/resources/views/attachments/manager-edit-form.blade.php b/resources/views/attachments/manager-edit-form.blade.php index ee86dc240..15837448a 100644 --- a/resources/views/attachments/manager-edit-form.blade.php +++ b/resources/views/attachments/manager-edit-form.blade.php @@ -22,7 +22,7 @@
- @include('components.dropzone', [ + @include('form.dropzone', [ 'placeholder' => trans('entities.attachments_edit_drop_upload'), 'url' => url('/http/source.bookstackapp.com/attachments/upload/' . $attachment->id), 'successMessage' => trans('entities.attachments_file_updated'),