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 464c880 commit a554738Copy full SHA for a554738
test/UnitTest/Components/TableDialogTest.cs
@@ -24,7 +24,6 @@ public async Task EditAsync_Ok()
24
{
25
pb.AddChildContent<Table<Foo>>(pb =>
26
27
- pb.Add(a => a.ToastDelay, 4000);
28
pb.Add(a => a.RenderMode, TableRenderMode.Table);
29
pb.Add(a => a.Items, items);
30
pb.Add(a => a.EditDialogIsDraggable, true);
0 commit comments