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 02d6b81 commit 22583d3Copy full SHA for 22583d3
test/UnitTest/Components/TableMultiSelectFilterTest.cs
@@ -26,6 +26,7 @@ public async Task IsHeaderRow_Ok()
26
var conditions = filter.FilterAction.GetFilterConditions();
27
Assert.Single(conditions.Filters);
28
}
29
+
30
[Fact]
31
public async Task OnFilterAsync_Ok()
32
{
0 commit comments