Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Mar 28, 2024
1 parent 22161aa commit e455412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Aspire.Dashboard/Components/Pages/Token.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ protected override async Task OnInitializedAsync()
EditContext = new EditContext(_formModel);
EditContext.OnValidationStateChanged += (s, e) =>
{
// Clear the validation message when the form changes.
_validationFailedMessage = null;
};
}
Expand Down

0 comments on commit e455412

Please sign in to comment.