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 5142269 commit 59aaa2eCopy full SHA for 59aaa2e
1 file changed
test/UnitTest/Components/TableTest.cs
@@ -732,8 +732,9 @@ public void ResetFilter_Null()
732
public async Task ShowColumnList_Ok()
733
{
734
// 设置客户端存储
735
- Context.JSInterop.Setup<List<ColumnVisibleItem>>("reloadColumnList", "test").SetResult(
+ Context.JSInterop.Setup<List<ColumnVisibleItem?>>("reloadColumnList", "test").SetResult(
736
[
737
+ null,
738
new("Name", false),
739
new("Address", true)
740
]);
0 commit comments