Skip to content

Commit 44dfaba

Browse files
committed
doc: 更新示例
1 parent dbe14b3 commit 44dfaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Components/CustomerFilter.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public partial class CustomerFilter
1717
new() { Value = "", Text = "请选择 ..." },
1818
new() { Value = "10", Text = "大于 10" },
1919
new() { Value = "50", Text = "大于 50" },
20-
new() { Value = "100", Text = "大于 100" }
20+
new() { Value = "80", Text = "大于 80" }
2121
};
2222

2323
/// <summary>

0 commit comments

Comments
 (0)