Skip to content

Commit b446830

Browse files
committed
bug fixed
1 parent 7098a9c commit b446830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AspnetRun.Web/src/app/views/product/product-detail/product-detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<label class="col-sm-3 col-form-label">Category</label>
5151
<div class="col-sm-9">
5252
<input type="text" readonly class="form-control-plaintext"
53-
[ngModel]="product.category?.description">
53+
[ngModel]="product.category?.name">
5454
</div>
5555
</div>
5656

0 commit comments

Comments
 (0)