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 a78cc69 commit 7bc38caCopy full SHA for 7bc38ca
test/UnitTest/Components/LayoutTest.cs
@@ -54,6 +54,7 @@ public void IsFixedTabHeader_OK()
54
{
55
var cut = Context.RenderComponent<Layout>(pb =>
56
57
+ pb.Add(a => a.ShowGotoTop, true);
58
pb.Add(a => a.Side, new RenderFragment(builder =>
59
60
builder.AddContent(0, "test");
0 commit comments