Removed Unused Private Method - HandleValidationStateChanged (#18275)
* Update ValidationMessage.cs * Update ValidationSummary.cs
This commit is contained in:
parent
deceebc062
commit
6f9502977d
|
|
@ -80,11 +80,6 @@ namespace Microsoft.AspNetCore.Components.Forms
|
|||
}
|
||||
}
|
||||
|
||||
private void HandleValidationStateChanged(object sender, ValidationStateChangedEventArgs eventArgs)
|
||||
{
|
||||
StateHasChanged();
|
||||
}
|
||||
|
||||
protected virtual void Dispose(bool disposing)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -92,11 +92,6 @@ namespace Microsoft.AspNetCore.Components.Forms
|
|||
}
|
||||
}
|
||||
|
||||
private void HandleValidationStateChanged(object sender, ValidationStateChangedEventArgs eventArgs)
|
||||
{
|
||||
StateHasChanged();
|
||||
}
|
||||
|
||||
protected virtual void Dispose(bool disposing)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue