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 d2db59e commit 0bbbb21Copy full SHA for 0bbbb21
1 file changed
src/BootstrapBlazor.Server/Components/Samples/Table/TablesFilter.razor.cs
@@ -53,7 +53,7 @@ private Task<QueryData<Foo>> OnQueryAsync(QueryPageOptions options)
53
54
//增加filter,序列化测试通过
55
var json = JsonSerializer.Serialize(options);
56
- var op = JsonSerializer.Deserialize<QueryPageOptions>(json);
+ options = JsonSerializer.Deserialize<QueryPageOptions>(json);
57
58
59
// 通过 options 获得用户组合的过滤条件
0 commit comments