Skip to content

Commit

Permalink
Add <ValidationError>error</ValidationError>back
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Moreira committed Oct 17, 2023
1 parent b6b1041 commit 135893f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/BasicTestApp.Client/ValidateSelectComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<SelectItem Value="@("George")">George</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand Down Expand Up @@ -120,7 +120,7 @@
<SelectItem Value="4">4</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand Down

0 comments on commit 135893f

Please sign in to comment.