Skip to content

Commit

Permalink
Fixed delete model file route
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Nov 14, 2024
1 parent 838a6d0 commit 636e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/hardware/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ class="table table-striped snipe-table"
<x-filestable
filepath="private_uploads/assetmodels/"
showfile_routename="show/modelfile"
deletefile_routename="modelfile.destroy"
deletefile_routename="delete/modelfile"
:object="$asset->model" />

</div> <!-- /.col-md-12 -->
Expand Down

0 comments on commit 636e466

Please sign in to comment.