Skip to content

Commit

Permalink
Update _form.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Apr 18, 2023
1 parent 3f7a460 commit ca94b67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/views/admin/_form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

@include('core::admin._form-errors')

{!! BootForm::hidden('id') !!}

<file-manager related-table="{{ $model->getTable() }}" :related-id="{{ $model->id ?? 0 }}"></file-manager>
<file-field type="image" field="image_id" :init-file="{{ $model->image ?? 'null' }}"></file-field>
<files-field :init-files="{{ $model->files }}"></files-field>
Expand Down

0 comments on commit ca94b67

Please sign in to comment.