]> BookStack Code Mirror - bookstack/blobdiff - resources/views/attachments/manager-edit-form.blade.php
Fixed local_secure_restricted preventing attachment uploads
[bookstack] / resources / views / attachments / manager-edit-form.blade.php
index ee86dc24006510ee905aadc16aef601aeb2af259..15837448ac0be451ee46c1d2600ee63e41fa4e89 100644 (file)
@@ -22,7 +22,7 @@
             <button refs="tabs@toggleLink" type="button" class="tab-item {{ $attachment->external ? 'selected' : '' }}">{{ trans('entities.attachments_set_link') }}</button>
         </div>
         <div refs="tabs@contentFile" class="mb-m {{ $attachment->external ? 'hidden' : '' }}">
-            @include('components.dropzone', [
+            @include('form.dropzone', [
                 'placeholder' => trans('entities.attachments_edit_drop_upload'),
                 'url' =>  url('/attachments/upload/' . $attachment->id),
                 'successMessage' => trans('entities.attachments_file_updated'),