From f3782baebd7a88fa2d47b62180067371b2abad08 Mon Sep 17 00:00:00 2001 From: wjh Date: Mon, 25 Mar 2024 21:32:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=A1=A8=E8=AE=BE=E7=BD=AE=E6=9D=83=E9=99=90=E6=97=B6=E5=B0=8F?= =?UTF-8?q?=E7=BB=93=E5=87=BA=E4=B8=8D=E6=9D=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/custom-components/CustomComponentDispatcher.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/plugins/@hera/plugin-core/src/client/components/custom-components/CustomComponentDispatcher.tsx b/packages/plugins/@hera/plugin-core/src/client/components/custom-components/CustomComponentDispatcher.tsx index e2c212c6f..deb4bde5c 100644 --- a/packages/plugins/@hera/plugin-core/src/client/components/custom-components/CustomComponentDispatcher.tsx +++ b/packages/plugins/@hera/plugin-core/src/client/components/custom-components/CustomComponentDispatcher.tsx @@ -51,7 +51,9 @@ export const customComponentDispatcherSettings = new SchemaSettings({ ['x-uid']: fieldSchema['x-uid'], }; fieldSchema['x-component-props']['component'] = component; + fieldSchema['x-acl-ignore'] = true; schema['x-component-props'] = fieldSchema['x-component-props']; + schema['x-acl-ignore'] = true; field.componentProps.component = component; dn.emit('patch', { schema,