Skip to content

Commit b19ed0c

Browse files
committed
refactor: 使用父类服务
1 parent 53fe46b commit b19ed0c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/BootstrapBlazor/Components/Filters/FilterButton.razor.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ public partial class FilterButton<TValue> : Dropdown<TValue>
2828
[Parameter]
2929
public string? ClearIcon { get; set; }
3030

31-
[Inject]
32-
[NotNull]
33-
private IIconTheme? IconTheme { get; set; }
34-
3531
/// <summary>
3632
/// <inheritdoc/>
3733
/// </summary>

0 commit comments

Comments
 (0)