Skip to content

Commit 70eaae2

Browse files
committed
Revert "revert: 撤销更改"
This reverts commit 25eaed5.
1 parent 25eaed5 commit 70eaae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BootstrapBlazor/Extensions/QueryPageOptionsExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static FilterKeyValueAction ToFilter(this QueryPageOptions option)
2121
{
2222
var filter = new FilterKeyValueAction();
2323

24-
// 处理模糊搜索
24+
// 处理模糊搜索测试11
2525
if (option.Searches.Count != 0)
2626
{
2727
filter.Filters.Add(new FilterKeyValueAction()

0 commit comments

Comments
 (0)