Skip to content

Commit 248d341

Browse files
committed
refactor: 移除变量
1 parent 3ef7af2 commit 248d341

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BootstrapBlazor/Components/Dropdown/Dropdown.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ public partial class Dropdown<TValue>
205205
/// </summary>
206206
private bool _isAsyncLoading;
207207

208-
private readonly List<ComponentBase> _items = [];
209-
210208
/// <summary>
211209
/// OnParametersSet 方法
212210
/// </summary>

0 commit comments

Comments
 (0)