Skip to content

Commit 50c2ca9

Browse files
committed
Updates
1 parent 5669e13 commit 50c2ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/components/cascading-values-and-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public class NotifyingCascadingValueSource<T> : IDisposable where T : INotifyPro
170170

171171
private void OnValuePropertyChanged(object? sender, PropertyChangedEventArgs e)
172172
{
173-
source.NotifyChangedAsync();
173+
_ = source.NotifyChangedAsync();
174174
}
175175

176176
public CascadingValueSource<T> Source => source;

0 commit comments

Comments
 (0)