diff --git a/src/BootstrapBlazor/Components/Filters/IFilterAction.cs b/src/BootstrapBlazor/Components/Filters/IFilterAction.cs
index 0a58c086de8..dcbc9dc137a 100644
--- a/src/BootstrapBlazor/Components/Filters/IFilterAction.cs
+++ b/src/BootstrapBlazor/Components/Filters/IFilterAction.cs
@@ -3,14 +3,11 @@
// See the LICENSE file in the project root for more information.
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
-using System.Text.Json.Serialization;
-
namespace BootstrapBlazor.Components;
///
/// IFilterAction 接口
///
-[JsonDerivedType(typeof(SerializeFilterAction))]
public interface IFilterAction
{
///