Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Dec 23, 2024
2 parents cf4fd66 + 44ab21b commit 362a851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<ValidationMessage For="() => product.Price" />

<BitTextField @bind-Value="product.Description"
Multiline
Rows="3"
IsMultiline="true"
Label="@Localizer[(nameof(AppStrings.Description))]" />
<ValidationMessage For="() => product.Description" />

Expand Down

0 comments on commit 362a851

Please sign in to comment.