Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Aug 2, 2024
1 parent 747b4eb commit 0faf5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Masa.Blazor/Components/OtpInput/MOtpInput.razor
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
id="@Id"
@ref="Ref"
@attributes="@Attributes">
@for (var i = 0; i < @Length; i++)
@for (var i = 0; i < Length; i++)
{
var index = i;
@GenItem(index)
Expand Down

0 comments on commit 0faf5bc

Please sign in to comment.