We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5476527 commit e73e3e8Copy full SHA for e73e3e8
src/BootstrapBlazor/Components/Title/Title.cs
@@ -31,7 +31,7 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
31
32
if (firstRender && Text != null)
33
{
34
- await TitleService.SetTitle(Text);
+ await TitleService.SetTitle(Text, CancellationToken.None);
35
}
36
37
0 commit comments