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 f4df3ef commit 4fcf618Copy full SHA for 4fcf618
test/UnitTest/Options/BootstrapBlazorOptionsTest.cs
@@ -13,6 +13,7 @@ public void Options_Ok()
13
var options = new BootstrapBlazorOptions()
14
{
15
EnableErrorLogger = true,
16
+ ShowErrorLoggerToast = true,
17
EnableFallbackCulture = true,
18
JSModuleVersion = "1.0",
19
TableSettings = new()
0 commit comments