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 01c6e57 commit 6e1a679Copy full SHA for 6e1a679
1 file changed
src/BootstrapBlazor/Extensions/FullScreenServiceExtensions.cs
@@ -24,5 +24,5 @@ public static class FullScreenServiceExtensions
24
/// <param name="id"></param>
25
/// <param name="service"></param>
26
/// <returns></returns>
27
- public static Task ToggleById(this FullScreenService service, string id) => service.Toggle(new() { Id = id });
+ public static Task ToggleById(this FullScreenService service, string? id = null) => service.Toggle(new() { Id = id });
28
}
0 commit comments