Skip to content

Commit 30c29bb

Browse files
authored
refactor(IFilterAction): remove JsonDerivedType attribute (#7399)
1 parent 21c87e5 commit 30c29bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/BootstrapBlazor/Components/Filters/IFilterAction.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using System.Text.Json.Serialization;
7-
86
namespace BootstrapBlazor.Components;
97

108
/// <summary>
119
/// IFilterAction 接口
1210
/// </summary>
13-
[JsonDerivedType(typeof(SerializeFilterAction))]
1411
public interface IFilterAction
1512
{
1613
/// <summary>

0 commit comments

Comments
 (0)