fix(ChangeLog) Checkbox not working properly

This commit is contained in:
2022-04-17 20:32:17 -04:00
parent 1e2d9846b3
commit 59aa0d1ad6
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -111,6 +111,7 @@ else
void OnChangeClicked(ChangeEventArgs changeEventArgs)
{
isViewImportant = (bool)changeEventArgs.Value!;
StateHasChanged();
}
void HasChanged()