From 65a4281ad5c1802770972b73714371423aec2fec Mon Sep 17 00:00:00 2001 From: wjh Date: Fri, 15 Mar 2024 17:13:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=95=B0=E6=8D=AE=E8=8C=83=E5=9B=B4?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/client/components/FormFilter/FormFilterScope.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/plugins/@hera/plugin-core/src/client/components/FormFilter/FormFilterScope.tsx b/packages/plugins/@hera/plugin-core/src/client/components/FormFilter/FormFilterScope.tsx index 2ffaf6384..d26be365d 100644 --- a/packages/plugins/@hera/plugin-core/src/client/components/FormFilter/FormFilterScope.tsx +++ b/packages/plugins/@hera/plugin-core/src/client/components/FormFilter/FormFilterScope.tsx @@ -70,6 +70,7 @@ export const FormFilterScope = observer( {...props} form={form} record={record} + collectionField={props.collectionField} shouldChange={getShouldChange({ collectionField, variables,