Skip to content

Commit 59e52e8

Browse files
doc: 增加注释
Co-Authored-By: Diego <82756760+kimdiego2098@users.noreply.github.com>
1 parent 162b699 commit 59e52e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/BootstrapBlazor/Extensions/QueryPageOptionsExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public static class QueryPageOptionsExtensions
1919
/// <returns></returns>
2020
public static FilterKeyValueAction ToFilter(this QueryPageOptions option)
2121
{
22+
// 后续再更改
2223
if (option.FilterKeyValueAction != null) return option.FilterKeyValueAction;
2324

2425
var filter = new FilterKeyValueAction();

0 commit comments

Comments
 (0)