From cac87d7f77b4266f681020d3ebbc8da5f2a32c2d Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Tue, 16 Jun 2026 17:55:04 +0800 Subject: [PATCH] fix: remove unnecessary 'asChild' prop from FilterButton component (#16094) ### What problem does this PR solve? fix: remove unnecessary 'asChild' prop from FilterButton component ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/components/list-filter-bar/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/components/list-filter-bar/index.tsx b/web/src/components/list-filter-bar/index.tsx index ae45aa2a8..95347e02d 100644 --- a/web/src/components/list-filter-bar/index.tsx +++ b/web/src/components/list-filter-bar/index.tsx @@ -29,7 +29,6 @@ export const FilterButton = React.forwardRef<