Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Switch): missing await keyword on OnValueChanged callback #700

Merged
merged 2 commits into from
Mar 14, 2023

Conversation

ArgoZhang
Copy link
Collaborator

missing await keyword on OnValueChanged callback

Description

close #699

@bb-auto bb-auto bot added the bug Something isn't working label Mar 14, 2023
@bb-auto bb-auto bot added this to the V7.5.0 milestone Mar 14, 2023
@codecov
Copy link

codecov bot commented Mar 14, 2023

Codecov Report

Merging #700 (e0d3d69) into main (ea15e5f) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #700   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          475       475           
  Lines        15122     15123    +1     
=========================================
+ Hits         15122     15123    +1     
Impacted Files Coverage Δ
.../BootstrapBlazor/Components/Switch/Switch.razor.cs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ArgoZhang ArgoZhang merged commit 0cb85cf into main Mar 14, 2023
@ArgoZhang ArgoZhang deleted the fix-switch branch March 14, 2023 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(Switch): missing await keyword on OnValueChanged callback
1 participant