fixed some bug change get by id to get by product code

This commit is contained in:
Kenta420 2023-10-05 10:15:12 +07:00
parent 7450796a6b
commit d5cfdf496f
5 changed files with 30 additions and 29 deletions

View file

@ -142,7 +142,7 @@
{{ recipe.LastChange | date : "dd-MMM-yyyy hh:mm:ss" }}
</td>
<td class="px-4 py-4 flex">
<recipe-modal id="{{ recipe.id }}"></recipe-modal>
<recipe-modal productCode="{{ recipe.productCode }}"></recipe-modal>
</td>
</tr>
</tbody>