Skip to content

Commit

Permalink
♻ refactor: Rename method's name (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Oct 28, 2022
1 parent 845c173 commit 170aab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Masa.Blazor/Mixins/Selectable/MSelectable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public async Task HandleOnChange()
var input = InternalValue;
input = !input;

ForceValidate(input);
Validate(input);

InternalValue = input;

Expand Down

0 comments on commit 170aab0

Please sign in to comment.