Skip to content

Commit

Permalink
Use entity_id (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored Apr 26, 2024
1 parent 1f94aea commit 2a6cb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/relatedproducts.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@props(['relatedIds', 'title' => 'More choices to go with your product'])

@if($relatedIds)
<x-rapidez::productlist :title="$title" field="id" :value="$relatedIds"/>
<x-rapidez::productlist :title="$title" field="entity_id" :value="$relatedIds"/>
@endif

0 comments on commit 2a6cb09

Please sign in to comment.