Added image path
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1d3b0478f9
commit
245b0b0f8f
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Audit Image -->
|
||||
@include ('partials.forms.edit.image-upload', ['help_text' => trans('general.audit_images_help')])
|
||||
@include ('partials.forms.edit.image-upload', ['image_path' => app('audits_upload_path'), 'help_text' => trans('general.audit_images_help')])
|
||||
|
||||
<!-- Custom fields -->
|
||||
@include("models/custom_fields_form", [
|
||||
|
|
Loading…
Add table
Reference in a new issue