Skip to content

Commit

Permalink
[UI] Fixed Broken Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hidayatarg committed Jan 15, 2024
1 parent eab6412 commit 3e0072c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@model Product
@model CatalogModel

<div class="card">
<a asp-page="ProductDetail" asp-route-productId="@Model.Id"><img asp-append-version="true" class="card-img-top" src="~/images/product/@Model.ImageFile" alt=""></a>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@model Product
@model CatalogModel

<div class="col-12 col-md-3">
<div class="card">
Expand Down

0 comments on commit 3e0072c

Please sign in to comment.